#CCB9BB

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

Shades of Pink Flare #CCB9BB

Tints of Pink Flare #CCB9BB

Color information

#CCB9BB (or 0xCCB9BB) is unknown color: approx Pink Flare. HEX triplet: CC, B9 and BB. RGB value is (204,185,187). Sum of RGB (Red+Green+Blue) = 204+185+187=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9BB is #334644. Grayscale: #BEBEBE. Windows color (decimal): -3360325 or 12302796. OLE color: 12302796.

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

Color convert

RGB204185187-
CMYK00.090.080.2
HSL353.68º15.7%76.27%-
HSV(B)353.68º9.31%80%-
XYZ51.2251.1254.18-
YUV190.91125.79137.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=35.42%
G=32.12%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418518700.090.080.2353.6815.776.27
HexCCB9BB09814162104c
Octal314271273011102454220114
Binary11001100101110011011101101001100010100101100010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9BB; }

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

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

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

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

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

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

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

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