#CAADB4

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

Shades of Pink Flare #CAADB4

Tints of Pink Flare #CAADB4

Color information

#CAADB4 (or 0xCAADB4) is unknown color: approx Pink Flare. HEX triplet: CA, AD and B4. RGB value is (202,173,180). Sum of RGB (Red+Green+Blue) = 202+173+180=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADB4 is #35524B. Grayscale: #B6B6B6. Windows color (decimal): -3494476 or 11840970. OLE color: 11840970.

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

Color convert

RGB202173180-
CMYK00.140.110.21
HSL345.52º21.48%73.53%-
HSV(B)345.52º14.36%79.22%-
XYZ47.5445.7449.5-
YUV182.47126.61141.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.40%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 180 (70.70% from 255) = 32.43%
R=36.40%
G=31.17%
B=32.43%

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
Decimal20217318000.140.110.21345.5221.4873.53
HexCAADB40EB1515a154a
Octal312255264016132553225112
Binary11001010101011011011010001110101110101101011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADB4; }

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

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

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

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

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

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

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

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