#CAAEB3

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

Shades of Pink Flare #CAAEB3

Tints of Pink Flare #CAAEB3

Color information

#CAAEB3 (or 0xCAAEB3) is unknown color: approx Pink Flare. HEX triplet: CA, AE and B3. RGB value is (202,174,179). Sum of RGB (Red+Green+Blue) = 202+174+179=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEB3 is #35514C. Grayscale: #B6B6B6. Windows color (decimal): -3494221 or 11775690. OLE color: 11775690.

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

Color convert

RGB202174179-
CMYK00.140.110.21
HSL349.29º20.9%73.73%-
HSV(B)349.29º13.86%79.22%-
XYZ47.6346.0849.03-
YUV182.94125.78141.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=36.40%
G=31.35%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217417900.140.110.21349.2920.973.73
HexCAAEB30EB1515d154a
Octal312256263016132553525112
Binary11001010101011101011001101110101110101101011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEB3; }

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

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

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

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

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

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

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

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