#CCBCBF

Color #CCBCBF Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #CCBCBF

Tints of Pink Flare #CCBCBF

Color information

#CCBCBF (or 0xCCBCBF) is unknown color: approx Pink Flare. HEX triplet: CC, BC and BF. RGB value is (204,188,191). Sum of RGB (Red+Green+Blue) = 204+188+191=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCBF is #334340. Grayscale: #C1C1C1. Windows color (decimal): -3359553 or 12565708. OLE color: 12565708.

HSL color Cylindrical-coordinate representation of color #CCBCBF: hue angle of 348.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBCBF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB204188191-
CMYK00.080.060.2
HSL348.75º13.56%76.86%-
HSV(B)348.75º7.84%80%-
XYZ52.2952.5756.68-
YUV193.13126.8135.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 188 (73.83% from 255) = 32.25%
BLUE value IS 191 (75% from 255) = 32.76%
R=34.99%
G=32.25%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418819100.080.060.2348.7513.5676.86
HexCCBCBF0861415de4d
Octal31427427701062453516115
Binary110011001011110010111111010001101010010101110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCBF; }

 p { color: rgb(204,188,191); }

 H1.HeaderClassName
 {
   color: #CCBCBF;
 }
 .AnyTagClassName
 {
   color: #CCBCBF;
 }
</style>
background-color css

<style>
 a { background-color: #CCBCBF; }

 a { background-color: rgb(204,188,191); }

 div.DivClassName
 {
   background-color: #CCBCBF;
 }
 .BgClassName
 {
   background-color: #CCBCBF;
 }
</style>
border-color css

<style>
 span { border-color: #CCBCBF; }

 span { border-color: rgb(204,188,191); }

 td.TdClassName
 {
   border-color: #CCBCBF;
 }
 .TagClassName
 {
   border-color: #CCBCBF;
 }
</style>