#CAAEB0

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

Shades of Pink Flare #CAAEB0

Tints of Pink Flare #CAAEB0

Color information

#CAAEB0 (or 0xCAAEB0) is unknown color: approx Pink Flare. HEX triplet: CA, AE and B0. RGB value is (202,174,176). Sum of RGB (Red+Green+Blue) = 202+174+176=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEB0 is #35514F. Grayscale: #B6B6B6. Windows color (decimal): -3494224 or 11579082. OLE color: 11579082.

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

Color convert

RGB202174176-
CMYK00.140.130.21
HSL355.71º20.9%73.73%-
HSV(B)355.71º13.86%79.22%-
XYZ47.3345.9647.45-
YUV182.6124.28141.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 176 (69.14% from 255) = 31.88%
R=36.59%
G=31.52%
B=31.88%

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
Decimal20217417600.140.130.21355.7120.973.73
HexCAAEB00ED15164154a
Octal312256260016152554425112
Binary11001010101011101011000001110110110101101100100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEB0; }

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

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

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

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

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

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

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

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