Html Css Color HEX #CCD495 Deco

📋 copy color: '#CCD495'

red 204 ◦ green 212 ◦ blue 149

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

Shades of Deco #CCD495

Tints of Deco #CCD495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.37%

R = 36.11%
G = 37.52%
B = 26.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#CCD495 (or 0xCCD495) is known color: Deco. HEX triplet: CC, D4 and 95. RGB value is (204,212,149). Sum of RGB (Red+Green+Blue) = 204+212+149=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD495 is #332B6A. Grayscale: #CACACA. Windows color (decimal): -3353451 or 9819340. OLE color: 9819340.

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

Color convert

RGB 204 212 149 -
CMYK 0.04 0 0.30 0.17
HSL 67.62º 0.42% 0.71% -
HSV(B) 67.62º 0.3% 0.83% -
XYZ 53.87 62.09 37.58 -
YUV 202.43 97.85 129.12 -
System Red Green Blue C M Y K H S L
Decimal 204 212 149 0.04 0 0.30 0.17 67.62 0.42 0.71
Hex CC D4 95 4 0 1E 11 44 2A 47
Octal 314 324 225 4 0 36 21 104 52 107
Binary 11001100 11010100 10010101 100 0 11110 10001 1000100 101010 1000111

Color Harmonies of #CCD495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD495

Black with #CCD495

Text Example


Text Example

White with #CCD495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD495; }

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

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

background-color css

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

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

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

border-color css

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

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

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