#CAAEB1

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

Shades of Pink Flare #CAAEB1

Tints of Pink Flare #CAAEB1

Color information

#CAAEB1 (or 0xCAAEB1) is unknown color: approx Pink Flare. HEX triplet: CA, AE and B1. RGB value is (202,174,177). Sum of RGB (Red+Green+Blue) = 202+174+177=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEB1 is #35514E. Grayscale: #B6B6B6. Windows color (decimal): -3494223 or 11644618. OLE color: 11644618.

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

Color convert

RGB202174177-
CMYK00.140.120.21
HSL353.57º20.9%73.73%-
HSV(B)353.57º13.86%79.22%-
XYZ47.434647.97-
YUV182.71124.78141.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=36.53%
G=31.46%
B=32.01%

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
Decimal20217417700.140.120.21353.5720.973.73
HexCAAEB10EC15162154a
Octal312256261016142554225112
Binary11001010101011101011000101110110010101101100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEB1; }

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

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

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

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

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

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

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

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