#CCB7BB

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

Shades of Pink Flare #CCB7BB

Tints of Pink Flare #CCB7BB

Color information

#CCB7BB (or 0xCCB7BB) is unknown color: approx Pink Flare. HEX triplet: CC, B7 and BB. RGB value is (204,183,187). Sum of RGB (Red+Green+Blue) = 204+183+187=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7BB is #334844. Grayscale: #BDBDBD. Windows color (decimal): -3360837 or 12302284. OLE color: 12302284.

HSL color Cylindrical-coordinate representation of color #CCB7BB: hue angle of 348.57º degrees, saturation: 0.17, 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 #CCB7BB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204183187-
CMYK00.100.080.2
HSL348.57º17.07%75.88%-
HSV(B)348.57º10.29%80%-
XYZ50.850.2954.04-
YUV189.74126.46138.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 183 (71.88% from 255) = 31.88%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=35.54%
G=31.88%
B=32.58%

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
Decimal20418318700.100.080.2348.5717.0775.88
HexCCB7BB0A81415d114c
Octal314267273012102453521114
Binary11001100101101111011101101010100010100101011101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB7BB; }

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

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

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

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

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

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

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

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