Html Css Color HEX #CAD99C Reef

📋 copy color: '#CAD99C'

red 202 ◦ green 217 ◦ blue 156

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

Shades of Reef #CAD99C

Tints of Reef #CAD99C

RGB

 RED value IS 202 (79.3% from 255) = 35.13%

 GREEN value IS 217 (85.16% from 255) = 37.74%

 BLUE value IS 156 (61.33% from 255) = 27.13%

R = 35.13%
G = 37.74%
B = 27.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#CAD99C (or 0xCAD99C) is known color: Reef. HEX triplet: CA, D9 and 9C. RGB value is (202,217,156). Sum of RGB (Red+Green+Blue) = 202+217+156=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD99C is #352663. Grayscale: #CDCDCD. Windows color (decimal): -3483236 or 10279370. OLE color: 10279370.

HSL color Cylindrical-coordinate representation of color #CAD99C: hue angle of 74.75º degrees, saturation: 0.45, 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 #CAD99C is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 156 -
CMYK 0.07 0 0.28 0.15
HSL 74.75º 0.45% 0.73% -
HSV(B) 74.75º 0.28% 0.85% -
XYZ 55.17 64.58 41.01 -
YUV 205.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 202 217 156 0.07 0 0.28 0.15 74.75 0.45 0.73
Hex CA D9 9C 7 0 1C F 4B 2D 49
Octal 312 331 234 7 0 34 17 113 55 111
Binary 11001010 11011001 10011100 111 0 11100 1111 1001011 101101 1001001

Color Harmonies of #CAD99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD99C

Black with #CAD99C

Text Example


Text Example

White with #CAD99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD99C; }

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

 H1.HeaderClassName
 {
   color: #CAD99C;
 }
 .AnyTagClassName
 {
   color: #CAD99C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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