#CADC9C

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

Shades of Reef #CADC9C

Tints of Reef #CADC9C

Color information

#CADC9C (or 0xCADC9C) is unknown color: approx Reef. HEX triplet: CA, DC and 9C. RGB value is (202,220,156). Sum of RGB (Red+Green+Blue) = 202+220+156=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADC9C is #352363. Grayscale: #CFCFCF. Windows color (decimal): -3482468 or 10280138. OLE color: 10280138.

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

Color convert

RGB202220156-
CMYK0.0800.290.14
HSL76.88º47.76%73.73%-
HSV(B)76.88º29.09%86.27%-
XYZ55.9566.1441.27-
YUV207.3299.04124.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.95%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 156 (61.33% from 255) = 26.99%
R=34.95%
G=38.06%
B=26.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022201560.0800.290.1476.8847.7673.73
HexCADC9C801DE4d304a
Octal312334234100351611560112
Binary1100101011011100100111001000011101111010011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADC9C; }

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

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

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

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

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

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

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

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