#CAAEB2

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

Shades of Pink Flare #CAAEB2

Tints of Pink Flare #CAAEB2

Color information

#CAAEB2 (or 0xCAAEB2) is unknown color: approx Pink Flare. HEX triplet: CA, AE and B2. RGB value is (202,174,178). Sum of RGB (Red+Green+Blue) = 202+174+178=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEB2 is #35514D. Grayscale: #B6B6B6. Windows color (decimal): -3494222 or 11710154. OLE color: 11710154.

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

Color convert

RGB202174178-
CMYK00.140.120.21
HSL351.43º20.9%73.73%-
HSV(B)351.43º13.86%79.22%-
XYZ47.5346.0448.5-
YUV182.83125.28141.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 174 (68.36% from 255) = 31.41%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=36.46%
G=31.41%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217417800.140.120.21351.4320.973.73
HexCAAEB20EC1515f154a
Octal312256262016142553725112
Binary11001010101011101011001001110110010101101011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEB2; }

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

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

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

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

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

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

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

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