Html Css Color HEX #CCD095 Deco

📋 copy color: '#CCD095'

red 204 ◦ green 208 ◦ blue 149

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

Shades of Deco #CCD095

Tints of Deco #CCD095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

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

R = 36.36%
G = 37.08%
B = 26.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#CCD095 (or 0xCCD095) is known color: Deco. HEX triplet: CC, D0 and 95. RGB value is (204,208,149). Sum of RGB (Red+Green+Blue) = 204+208+149=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD095 is #332F6A. Grayscale: #C8C8C8. Windows color (decimal): -3354475 or 9818316. OLE color: 9818316.

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

Color convert

RGB 204 208 149 -
CMYK 0.02 0 0.28 0.18
HSL 64.07º 0.39% 0.7% -
HSV(B) 64.07º 0.28% 0.82% -
XYZ 52.88 60.12 37.25 -
YUV 200.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 204 208 149 0.02 0 0.28 0.18 64.07 0.39 0.7
Hex CC D0 95 2 0 1C 12 40 27 46
Octal 314 320 225 2 0 34 22 100 47 106
Binary 11001100 11010000 10010101 10 0 11100 10010 1000000 100111 1000110

Color Harmonies of #CCD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD095

Black with #CCD095

Text Example


Text Example

White with #CCD095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD095; }

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

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

background-color css

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

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

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

border-color css

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

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

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