Html Css Color HEX #CCD496 Deco

📋 copy color: '#CCD496'

red 204 ◦ green 212 ◦ blue 150

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

Shades of Deco #CCD496

Tints of Deco #CCD496

RGB

 RED value IS 204 (80.08% from 255) = 36.04%

 GREEN value IS 212 (83.2% from 255) = 37.46%

 BLUE value IS 150 (58.98% from 255) = 26.5%

R = 36.04%
G = 37.46%
B = 26.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#CCD496 (or 0xCCD496) is known color: Deco. HEX triplet: CC, D4 and 96. RGB value is (204,212,150). Sum of RGB (Red+Green+Blue) = 204+212+150=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD496 is #332B69. Grayscale: #CACACA. Windows color (decimal): -3353450 or 9884876. OLE color: 9884876.

HSL color Cylindrical-coordinate representation of color #CCD496: hue angle of 67.74º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD496 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 150 -
CMYK 0.04 0 0.29 0.17
HSL 67.74º 0.42% 0.71% -
HSV(B) 67.74º 0.29% 0.83% -
XYZ 53.95 62.13 38 -
YUV 202.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 204 212 150 0.04 0 0.29 0.17 67.74 0.42 0.71
Hex CC D4 96 4 0 1D 11 44 2A 47
Octal 314 324 226 4 0 35 21 104 52 107
Binary 11001100 11010100 10010110 100 0 11101 10001 1000100 101010 1000111

Color Harmonies of #CCD496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD496

Black with #CCD496

Text Example


Text Example

White with #CCD496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD496; }

 p { color: rgb(204,212,150); }

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

background-color css

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

 a { background-color: rgb(204,212,150); }

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

border-color css

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

 span { border-color: rgb(204,212,150); }

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