#CADAA0

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

Shades of Reef #CADAA0

Tints of Reef #CADAA0

Color information

#CADAA0 (or 0xCADAA0) is unknown color: approx Reef. HEX triplet: CA, DA and A0. RGB value is (202,218,160). Sum of RGB (Red+Green+Blue) = 202+218+160=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 160 (62.89% from 255 or 27.59% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #CADAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADAA0 is #35255F. Grayscale: #CECECE. Windows color (decimal): -3482976 or 10541770. OLE color: 10541770.

HSL color Cylindrical-coordinate representation of color #CADAA0: hue angle of 76.55º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CADAA0 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB202218160-
CMYK0.0700.270.15
HSL76.55º43.94%74.12%-
HSV(B)76.55º26.61%85.49%-
XYZ55.7765.2442.91-
YUV206.6101.7124.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 160 (62.89% from 255) = 27.59%
R=34.83%
G=37.59%
B=27.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181600.0700.270.1576.5543.9474.12
HexCADAA0701BF4d2c4a
Octal31233224070331711554112
Binary110010101101101010100000111011011111110011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAA0; }

 p { color: rgb(202,218,160); }

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

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

 a { background-color: rgb(202,218,160); }

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

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

 span { border-color: rgb(202,218,160); }

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