#CBAEAF

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

Shades of Pink Flare #CBAEAF

Tints of Pink Flare #CBAEAF

Color information

#CBAEAF (or 0xCBAEAF) is unknown color: approx Pink Flare. HEX triplet: CB, AE and AF. RGB value is (203,174,175). Sum of RGB (Red+Green+Blue) = 203+174+175=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAEAF is #345150. Grayscale: #B6B6B6. Windows color (decimal): -3428689 or 11513547. OLE color: 11513547.

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

Color convert

RGB203174175-
CMYK00.140.140.20
HSL357.93º21.8%73.92%-
HSV(B)357.93º14.29%79.61%-
XYZ47.546.0646.94-
YUV182.78123.61142.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 175 (68.75% from 255) = 31.70%
R=36.78%
G=31.52%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317417500.140.140.20357.9321.873.92
HexCBAEAF0EE14166164a
Octal313256257016162454626112
Binary11001011101011101010111101110111010100101100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEAF; }

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

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

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

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

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

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

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

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