#CADCA0

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

Shades of Reef #CADCA0

Tints of Reef #CADCA0

Color information

#CADCA0 (or 0xCADCA0) is unknown color: approx Reef. HEX triplet: CA, DC and A0. RGB value is (202,220,160). Sum of RGB (Red+Green+Blue) = 202+220+160=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 160 (62.89% from 255 or 27.49% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCA0 is #35235F. Grayscale: #CFCFCF. Windows color (decimal): -3482464 or 10542282. OLE color: 10542282.

HSL color Cylindrical-coordinate representation of color #CADCA0: hue angle of 78º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CADCA0 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB202220160-
CMYK0.0800.270.14
HSL78º46.15%74.51%-
HSV(B)78º27.27%86.27%-
XYZ56.366.2843.08-
YUV207.78101.04123.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 160 (62.89% from 255) = 27.49%
R=34.71%
G=37.80%
B=27.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201600.0800.270.147846.1574.51
HexCADCA0801BE4e2e4b
Octal312334240100331611656113
Binary1100101011011100101000001000011011111010011101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCA0; }

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

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

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

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

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

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

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

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