#CADCA5

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

Shades of Reef #CADCA5

Tints of Reef #CADCA5

Color information

#CADCA5 (or 0xCADCA5) is unknown color: approx Reef. HEX triplet: CA, DC and A5. RGB value is (202,220,165). Sum of RGB (Red+Green+Blue) = 202+220+165=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADCA5 is #35235A. Grayscale: #D0D0D0. Windows color (decimal): -3482459 or 10869962. OLE color: 10869962.

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

Color convert

RGB202220165-
CMYK0.0800.250.14
HSL79.64º44%75.49%-
HSV(B)79.64º25%86.27%-
XYZ56.7466.4645.43-
YUV208.35103.54123.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 220 (86.33% from 255) = 37.48%
BLUE value IS 165 (64.84% from 255) = 28.11%
R=34.41%
G=37.48%
B=28.11%

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
Decimal2022201650.0800.250.1479.644475.49
HexCADCA58019E502c4b
Octal312334245100311612054113
Binary1100101011011100101001011000011001111010100001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCA5; }

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

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

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

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

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

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

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

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