#CCB6B9

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

Shades of Pink Flare #CCB6B9

Tints of Pink Flare #CCB6B9

Color information

#CCB6B9 (or 0xCCB6B9) is unknown color: approx Pink Flare. HEX triplet: CC, B6 and B9. RGB value is (204,182,185). Sum of RGB (Red+Green+Blue) = 204+182+185=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6B9 is #334946. Grayscale: #BCBCBC. Windows color (decimal): -3361095 or 12170956. OLE color: 12170956.

HSL color Cylindrical-coordinate representation of color #CCB6B9: hue angle of 351.82º 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 #CCB6B9 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204182185-
CMYK00.110.090.2
HSL351.82º17.74%75.69%-
HSV(B)351.82º10.78%80%-
XYZ50.3949.852.85-
YUV188.92125.79138.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=35.73%
G=31.87%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418218500.110.090.2351.8217.7475.69
HexCCB6B90B914160124c
Octal314266271013112454022114
Binary11001100101101101011100101011100110100101100000100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6B9; }

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

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

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

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

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

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

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

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