#CADCA6

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

Shades of Reef #CADCA6

Tints of Reef #CADCA6

Color information

#CADCA6 (or 0xCADCA6) is unknown color: approx Reef. HEX triplet: CA, DC and A6. RGB value is (202,220,166). Sum of RGB (Red+Green+Blue) = 202+220+166=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCA6 is #352359. Grayscale: #D0D0D0. Windows color (decimal): -3482458 or 10935498. OLE color: 10935498.

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

Color convert

RGB202220166-
CMYK0.0800.250.14
HSL80º43.55%75.69%-
HSV(B)80º24.55%86.27%-
XYZ56.8366.545.92-
YUV208.46104.04123.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 220 (86.33% from 255) = 37.41%
BLUE value IS 166 (65.23% from 255) = 28.23%
R=34.35%
G=37.41%
B=28.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201660.0800.250.148043.5575.69
HexCADCA68019E502c4c
Octal312334246100311612054114
Binary1100101011011100101001101000011001111010100001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCA6; }

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

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

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

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

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

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

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

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