#CBACB3

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

Shades of Pink Flare #CBACB3

Tints of Pink Flare #CBACB3

Color information

#CBACB3 (or 0xCBACB3) is unknown color: approx Pink Flare. HEX triplet: CB, AC and B3. RGB value is (203,172,179). Sum of RGB (Red+Green+Blue) = 203+172+179=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACB3 is #34534C. Grayscale: #B6B6B6. Windows color (decimal): -3429197 or 11775179. OLE color: 11775179.

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

Color convert

RGB203172179-
CMYK00.150.120.20
HSL346.45º22.96%73.53%-
HSV(B)346.45º15.27%79.61%-
XYZ47.5245.4648.92-
YUV182.07126.27142.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=36.64%
G=31.05%
B=32.31%

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
Decimal20317217900.150.120.20346.4522.9673.53
HexCBACB30FC1415a174a
Octal313254263017142453227112
Binary11001011101011001011001101111110010100101011010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACB3; }

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

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

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

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

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

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

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

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