Html Css Color HEX #CCD695 Deco

📋 copy color: '#CCD695'

red 204 ◦ green 214 ◦ blue 149

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

Shades of Deco #CCD695

Tints of Deco #CCD695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 35.98%
G = 37.74%
B = 26.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#CCD695 (or 0xCCD695) is known color: Deco. HEX triplet: CC, D6 and 95. RGB value is (204,214,149). Sum of RGB (Red+Green+Blue) = 204+214+149=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD695 is #33296A. Grayscale: #CBCBCB. Windows color (decimal): -3352939 or 9819852. OLE color: 9819852.

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

Color convert

RGB 204 214 149 -
CMYK 0.05 0 0.30 0.16
HSL 69.23º 0.44% 0.71% -
HSV(B) 69.23º 0.3% 0.84% -
XYZ 54.37 63.1 37.75 -
YUV 203.6 97.19 128.29 -
System Red Green Blue C M Y K H S L
Decimal 204 214 149 0.05 0 0.30 0.16 69.23 0.44 0.71
Hex CC D6 95 5 0 1E 10 45 2C 47
Octal 314 326 225 5 0 36 20 105 54 107
Binary 11001100 11010110 10010101 101 0 11110 10000 1000101 101100 1000111

Color Harmonies of #CCD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD695

Black with #CCD695

Text Example


Text Example

White with #CCD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD695; }

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

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

background-color css

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

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

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

border-color css

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

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

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