#CAAFB4

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

Shades of Pink Flare #CAAFB4

Tints of Pink Flare #CAAFB4

Color information

#CAAFB4 (or 0xCAAFB4) is unknown color: approx Pink Flare. HEX triplet: CA, AF and B4. RGB value is (202,175,180). Sum of RGB (Red+Green+Blue) = 202+175+180=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFB4 is #35504B. Grayscale: #B7B7B7. Windows color (decimal): -3493964 or 11841482. OLE color: 11841482.

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

Color convert

RGB202175180-
CMYK00.130.110.21
HSL348.89º20.3%73.92%-
HSV(B)348.89º13.37%79.22%-
XYZ47.9346.5149.63-
YUV183.64125.95141.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 175 (68.75% from 255) = 31.42%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=36.27%
G=31.42%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217518000.130.110.21348.8920.373.92
HexCAAFB40DB1515d144a
Octal312257264015132553524112
Binary11001010101011111011010001101101110101101011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFB4; }

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

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

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

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

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

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

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

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