#CBAEB0

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

Shades of Pink Flare #CBAEB0

Tints of Pink Flare #CBAEB0

Color information

#CBAEB0 (or 0xCBAEB0) is unknown color: approx Pink Flare. HEX triplet: CB, AE and B0. RGB value is (203,174,176). Sum of RGB (Red+Green+Blue) = 203+174+176=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEB0 is #34514F. Grayscale: #B6B6B6. Windows color (decimal): -3428688 or 11579083. OLE color: 11579083.

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

Color convert

RGB203174176-
CMYK00.140.130.20
HSL355.86º21.8%73.92%-
HSV(B)355.86º14.29%79.61%-
XYZ47.646.147.46-
YUV182.9124.11142.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 176 (69.14% from 255) = 31.83%
R=36.71%
G=31.46%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317417600.140.130.20355.8621.873.92
HexCBAEB00ED14164164a
Octal313256260016152454426112
Binary11001011101011101011000001110110110100101100100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEB0; }

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

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

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

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

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

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

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

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