#CAADB6

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

Shades of Pink Flare #CAADB6

Tints of Pink Flare #CAADB6

Color information

#CAADB6 (or 0xCAADB6) is unknown color: approx Pink Flare. HEX triplet: CA, AD and B6. RGB value is (202,173,182). Sum of RGB (Red+Green+Blue) = 202+173+182=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADB6 is #355249. Grayscale: #B6B6B6. Windows color (decimal): -3494474 or 11972042. OLE color: 11972042.

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

Color convert

RGB202173182-
CMYK00.140.100.21
HSL341.38º21.48%73.53%-
HSV(B)341.38º14.36%79.22%-
XYZ47.7445.8250.58-
YUV182.7127.61141.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=36.27%
G=31.06%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217318200.140.100.21341.3821.4873.53
HexCAADB60EA15155154a
Octal312255266016122552525112
Binary11001010101011011011011001110101010101101010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADB6; }

 p { color: rgb(202,173,182); }

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

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

 a { background-color: rgb(202,173,182); }

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

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

 span { border-color: rgb(202,173,182); }

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