#CCB8BC

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

Shades of Pink Flare #CCB8BC

Tints of Pink Flare #CCB8BC

Color information

#CCB8BC (or 0xCCB8BC) is unknown color: approx Pink Flare. HEX triplet: CC, B8 and BC. RGB value is (204,184,188). Sum of RGB (Red+Green+Blue) = 204+184+188=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8BC is #334743. Grayscale: #BEBEBE. Windows color (decimal): -3360580 or 12368076. OLE color: 12368076.

HSL color Cylindrical-coordinate representation of color #CCB8BC: hue angle of 348º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCB8BC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204184188-
CMYK00.100.080.2
HSL348º16.39%76.08%-
HSV(B)348º9.8%80%-
XYZ51.1250.7554.68-
YUV190.44126.63137.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 184 (72.27% from 255) = 31.94%
BLUE value IS 188 (73.83% from 255) = 32.64%
R=35.42%
G=31.94%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418418800.100.080.234816.3976.08
HexCCB8BC0A81415c104c
Octal314270274012102453420114
Binary11001100101110001011110001010100010100101011100100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB8BC; }

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

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

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

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

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

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

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

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