#CBAEB5

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

Shades of Pink Flare #CBAEB5

Tints of Pink Flare #CBAEB5

Color information

#CBAEB5 (or 0xCBAEB5) is unknown color: approx Pink Flare. HEX triplet: CB, AE and B5. RGB value is (203,174,181). Sum of RGB (Red+Green+Blue) = 203+174+181=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEB5 is #34514A. Grayscale: #B7B7B7. Windows color (decimal): -3428683 or 11906763. OLE color: 11906763.

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

Color convert

RGB203174181-
CMYK00.140.110.20
HSL345.52º21.8%73.92%-
HSV(B)345.52º14.29%79.61%-
XYZ48.1146.350.12-
YUV183.47126.61141.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 181 (71.09% from 255) = 32.44%
R=36.38%
G=31.18%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317418100.140.110.20345.5221.873.92
HexCBAEB50EB1415a164a
Octal313256265016132453226112
Binary11001011101011101011010101110101110100101011010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEB5; }

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

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

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

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

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

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

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

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