#CADA96

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

Shades of Reef #CADA96

Tints of Reef #CADA96

Color information

#CADA96 (or 0xCADA96) is unknown color: approx Reef. HEX triplet: CA, DA and 96. RGB value is (202,218,150). Sum of RGB (Red+Green+Blue) = 202+218+150=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADA96 is #352569. Grayscale: #CDCDCD. Windows color (decimal): -3482986 or 9886410. OLE color: 9886410.

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

Color convert

RGB202218150-
CMYK0.0700.310.15
HSL74.12º47.89%72.16%-
HSV(B)74.12º31.19%85.49%-
XYZ54.9364.938.49-
YUV205.4696.7125.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 218 (85.55% from 255) = 38.25%
BLUE value IS 150 (58.98% from 255) = 26.32%
R=35.44%
G=38.25%
B=26.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022181500.0700.310.1574.1247.8972.16
HexCADA96701FF4a3048
Octal31233222670371711260110
Binary110010101101101010010110111011111111110010101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADA96; }

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

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

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

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

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

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

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

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