#CADB96

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

Shades of Reef #CADB96

Tints of Reef #CADB96

Color information

#CADB96 (or 0xCADB96) is unknown color: approx Reef. HEX triplet: CA, DB and 96. RGB value is (202,219,150). Sum of RGB (Red+Green+Blue) = 202+219+150=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB96 is #352469. Grayscale: #CECECE. Windows color (decimal): -3482730 or 9886666. OLE color: 9886666.

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

Color convert

RGB202219150-
CMYK0.0800.320.14
HSL74.78º48.94%72.35%-
HSV(B)74.78º31.51%85.88%-
XYZ55.1965.4238.57-
YUV206.0596.37125.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.38%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=35.38%
G=38.35%
B=26.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022191500.0800.320.1474.7848.9472.35
HexCADB968020E4b3148
Octal312333226100401611361110
Binary11001010110110111001011010000100000111010010111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADB96; }

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

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

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

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

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

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

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

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