#CADA9C

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

Shades of Reef #CADA9C

Tints of Reef #CADA9C

Color information

#CADA9C (or 0xCADA9C) is unknown color: approx Reef. HEX triplet: CA, DA and 9C. RGB value is (202,218,156). Sum of RGB (Red+Green+Blue) = 202+218+156=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADA9C is #352563. Grayscale: #CECECE. Windows color (decimal): -3482980 or 10279626. OLE color: 10279626.

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

Color convert

RGB202218156-
CMYK0.0700.280.15
HSL75.48º45.59%73.33%-
HSV(B)75.48º28.44%85.49%-
XYZ55.4365.141.1-
YUV206.1599.7125.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 156 (61.33% from 255) = 27.08%
R=35.07%
G=37.85%
B=27.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181560.0700.280.1575.4845.5973.33
HexCADA9C701CF4b2e49
Octal31233223470341711356111
Binary110010101101101010011100111011100111110010111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADA9C; }

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

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

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

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

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

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

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

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