Html Css Color HEX #CCD895 Deco

📋 copy color: '#CCD895'

red 204 ◦ green 216 ◦ blue 149

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

Shades of Deco #CCD895

Tints of Deco #CCD895

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.96%

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

R = 35.85%
G = 37.96%
B = 26.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#CCD895 (or 0xCCD895) is known color: Deco. HEX triplet: CC, D8 and 95. RGB value is (204,216,149). Sum of RGB (Red+Green+Blue) = 204+216+149=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 149 (58.59% from 255 or 26.19% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD895 is #33276A. Grayscale: #CDCDCD. Windows color (decimal): -3352427 or 9820364. OLE color: 9820364.

HSL color Cylindrical-coordinate representation of color #CCD895: hue angle of 70.75º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCD895 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 149 -
CMYK 0.06 0 0.31 0.15
HSL 70.75º 0.46% 0.72% -
HSV(B) 70.75º 0.31% 0.85% -
XYZ 54.88 64.12 37.92 -
YUV 204.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 204 216 149 0.06 0 0.31 0.15 70.75 0.46 0.72
Hex CC D8 95 6 0 1F F 47 2E 48
Octal 314 330 225 6 0 37 17 107 56 110
Binary 11001100 11011000 10010101 110 0 11111 1111 1000111 101110 1001000

Color Harmonies of #CCD895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD895

Black with #CCD895

Text Example


Text Example

White with #CCD895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD895; }

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

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

background-color css

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

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

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

border-color css

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

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

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