#CBACB5

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

Shades of Pink Flare #CBACB5

Tints of Pink Flare #CBACB5

Color information

#CBACB5 (or 0xCBACB5) is unknown color: approx Pink Flare. HEX triplet: CB, AC and B5. RGB value is (203,172,181). Sum of RGB (Red+Green+Blue) = 203+172+181=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACB5 is #34534A. Grayscale: #B6B6B6. Windows color (decimal): -3429195 or 11906251. OLE color: 11906251.

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

Color convert

RGB203172181-
CMYK00.150.110.20
HSL342.58º22.96%73.53%-
HSV(B)342.58º15.27%79.61%-
XYZ47.7245.5449.99-
YUV182.3127.27142.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=36.51%
G=30.94%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317218100.150.110.20342.5822.9673.53
HexCBACB50FB14157174a
Octal313254265017132452727112
Binary11001011101011001011010101111101110100101010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACB5; }

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

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

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

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

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

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

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

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