Html Css Color HEX #CCD195 Deco

📋 copy color: '#CCD195'

red 204 ◦ green 209 ◦ blue 149

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

Shades of Deco #CCD195

Tints of Deco #CCD195

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.19%

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

R = 36.3%
G = 37.19%
B = 26.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#CCD195 (or 0xCCD195) is known color: Deco. HEX triplet: CC, D1 and 95. RGB value is (204,209,149). Sum of RGB (Red+Green+Blue) = 204+209+149=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD195 is #332E6A. Grayscale: #C8C8C8. Windows color (decimal): -3354219 or 9818572. OLE color: 9818572.

HSL color Cylindrical-coordinate representation of color #CCD195: hue angle of 65º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCD195 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 149 -
CMYK 0.02 0 0.29 0.18
HSL 65º 0.39% 0.7% -
HSV(B) 65º 0.29% 0.82% -
XYZ 53.13 60.61 37.33 -
YUV 200.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 204 209 149 0.02 0 0.29 0.18 65 0.39 0.7
Hex CC D1 95 2 0 1D 12 41 27 46
Octal 314 321 225 2 0 35 22 101 47 106
Binary 11001100 11010001 10010101 10 0 11101 10010 1000001 100111 1000110

Color Harmonies of #CCD195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD195

Black with #CCD195

Text Example


Text Example

White with #CCD195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD195; }

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

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

background-color css

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

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

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

border-color css

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

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

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