#CCB6BB

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

Shades of Pink Flare #CCB6BB

Tints of Pink Flare #CCB6BB

Color information

#CCB6BB (or 0xCCB6BB) is unknown color: approx Pink Flare. HEX triplet: CC, B6 and BB. RGB value is (204,182,187). Sum of RGB (Red+Green+Blue) = 204+182+187=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6BB is #334944. Grayscale: #BDBDBD. Windows color (decimal): -3361093 or 12302028. OLE color: 12302028.

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

Color convert

RGB204182187-
CMYK00.110.080.2
HSL346.36º17.74%75.69%-
HSV(B)346.36º10.78%80%-
XYZ50.649.8853.97-
YUV189.15126.79138.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 182 (71.48% from 255) = 31.76%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=35.60%
G=31.76%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418218700.110.080.2346.3617.7475.69
HexCCB6BB0B81415a124c
Octal314266273013102453222114
Binary11001100101101101011101101011100010100101011010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6BB; }

 p { color: rgb(204,182,187); }

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

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

 a { background-color: rgb(204,182,187); }

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

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

 span { border-color: rgb(204,182,187); }

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