Html Css Color HEX #CADB96 Reef

📋 copy color: '#CADB96'

red 202 ◦ green 219 ◦ blue 150

#CADB96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CADB96

Tints of Reef #CADB96

RGB

 RED value IS 202 (79.3% 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 value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#CADB96 (or 0xCADB96) is known color: 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

RGB 202 219 150 -
CMYK 0.08 0 0.32 0.14
HSL 74.78º 0.49% 0.72% -
HSV(B) 74.78º 0.32% 0.86% -
XYZ 55.19 65.42 38.57 -
YUV 206.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 202 219 150 0.08 0 0.32 0.14 74.78 0.49 0.72
Hex CA DB 96 8 0 20 E 4B 31 48
Octal 312 333 226 10 0 40 16 113 61 110
Binary 11001010 11011011 10010110 1000 0 100000 1110 1001011 110001 1001000

Color Harmonies of #CADB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB96

Black with #CADB96

Text Example


Text Example

White with #CADB96

Text Example


Text Example

HTML Codes & Css Web 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>