#CBACB1

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

Shades of Pink Flare #CBACB1

Tints of Pink Flare #CBACB1

Color information

#CBACB1 (or 0xCBACB1) is unknown color: approx Pink Flare. HEX triplet: CB, AC and B1. RGB value is (203,172,177). Sum of RGB (Red+Green+Blue) = 203+172+177=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBACB1 is #34534E. Grayscale: #B5B5B5. Windows color (decimal): -3429199 or 11644107. OLE color: 11644107.

HSL color Cylindrical-coordinate representation of color #CBACB1: hue angle of 350.32º 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 #CBACB1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB203172177-
CMYK00.150.130.20
HSL350.32º22.96%73.53%-
HSV(B)350.32º15.27%79.61%-
XYZ47.3245.3847.86-
YUV181.84125.27143.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=36.78%
G=31.16%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317217700.150.130.20350.3222.9673.53
HexCBACB10FD1415e174a
Octal313254261017152453627112
Binary11001011101011001011000101111110110100101011110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACB1; }

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

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

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

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

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

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

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

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