#CAAEAF

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

Shades of Pink Flare #CAAEAF

Tints of Pink Flare #CAAEAF

Color information

#CAAEAF (or 0xCAAEAF) is unknown color: approx Pink Flare. HEX triplet: CA, AE and AF. RGB value is (202,174,175). Sum of RGB (Red+Green+Blue) = 202+174+175=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEAF is #355150. Grayscale: #B6B6B6. Windows color (decimal): -3494225 or 11513546. OLE color: 11513546.

HSL color Cylindrical-coordinate representation of color #CAAEAF: hue angle of 357.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAEAF is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB202174175-
CMYK00.140.130.21
HSL357.86º20.9%73.73%-
HSV(B)357.86º13.86%79.22%-
XYZ47.2345.9246.93-
YUV182.49123.78141.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=36.66%
G=31.58%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217417500.140.130.21357.8620.973.73
HexCAAEAF0ED15166154a
Octal312256257016152554625112
Binary11001010101011101010111101110110110101101100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEAF; }

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

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

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

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

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

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

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

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