Html Css Color HEX #CCD795 Deco

📋 copy color: '#CCD795'

red 204 ◦ green 215 ◦ blue 149

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

Shades of Deco #CCD795

Tints of Deco #CCD795

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.85%

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

R = 35.92%
G = 37.85%
B = 26.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#CCD795 (or 0xCCD795) is known color: Deco. HEX triplet: CC, D7 and 95. RGB value is (204,215,149). Sum of RGB (Red+Green+Blue) = 204+215+149=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD795 is #33286A. Grayscale: #CCCCCC. Windows color (decimal): -3352683 or 9820108. OLE color: 9820108.

HSL color Cylindrical-coordinate representation of color #CCD795: hue angle of 70º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD795 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 149 -
CMYK 0.05 0 0.31 0.16
HSL 70º 0.45% 0.71% -
HSV(B) 70º 0.31% 0.84% -
XYZ 54.63 63.61 37.83 -
YUV 204.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 204 215 149 0.05 0 0.31 0.16 70 0.45 0.71
Hex CC D7 95 5 0 1F 10 46 2D 47
Octal 314 327 225 5 0 37 20 106 55 107
Binary 11001100 11010111 10010101 101 0 11111 10000 1000110 101101 1000111

Color Harmonies of #CCD795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD795

Black with #CCD795

Text Example


Text Example

White with #CCD795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD795; }

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

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

background-color css

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

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

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

border-color css

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

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

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