#CBACB2

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

Shades of Pink Flare #CBACB2

Tints of Pink Flare #CBACB2

Color information

#CBACB2 (or 0xCBACB2) is unknown color: approx Pink Flare. HEX triplet: CB, AC and B2. RGB value is (203,172,178). Sum of RGB (Red+Green+Blue) = 203+172+178=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBACB2 is #34534D. Grayscale: #B5B5B5. Windows color (decimal): -3429198 or 11709643. OLE color: 11709643.

HSL color Cylindrical-coordinate representation of color #CBACB2: hue angle of 348.39º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACB2 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB203172178-
CMYK00.150.120.20
HSL348.39º22.96%73.53%-
HSV(B)348.39º15.27%79.61%-
XYZ47.4245.4248.39-
YUV181.95125.77143.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=36.71%
G=31.10%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317217800.150.120.20348.3922.9673.53
HexCBACB20FC1415c174a
Octal313254262017142453427112
Binary11001011101011001011001001111110010100101011100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACB2; }

 p { color: rgb(203,172,178); }

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

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

 a { background-color: rgb(203,172,178); }

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

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

 span { border-color: rgb(203,172,178); }

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