Html Css Color HEX #CCCC80 Deco

📋 copy color: '#CCCC80'

red 204 ◦ green 204 ◦ blue 128

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

Shades of Deco #CCCC80

Tints of Deco #CCCC80

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

 BLUE value IS 128 (50.39% from 255) = 23.88%

R = 38.06%
G = 38.06%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCCC80 (or 0xCCCC80) is known color: Deco. HEX triplet: CC, CC and 80. RGB value is (204,204,128). Sum of RGB (Red+Green+Blue) = 204+204+128=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC80 is #33337F. Grayscale: #C3C3C3. Windows color (decimal): -3355520 or 8441036. OLE color: 8441036.

HSL color Cylindrical-coordinate representation of color #CCCC80: hue angle of 60º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCCC80 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 204 128 -
CMYK 0 0 0.37 0.2
HSL 60º 0.43% 0.65% -
HSV(B) 60º 0.37% 0.8% -
XYZ 50.39 57.58 28.88 -
YUV 195.34 90 134.18 -
System Red Green Blue C M Y K H S L
Decimal 204 204 128 0 0 0.37 0.2 60 0.43 0.65
Hex CC CC 80 0 0 25 14 3C 2B 41
Octal 314 314 200 0 0 45 24 74 53 101
Binary 11001100 11001100 10000000 0 0 100101 10100 111100 101011 1000001

Color Harmonies of #CCCC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC80

Black with #CCCC80

Text Example


Text Example

White with #CCCC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC80; }

 p { color: rgb(204,204,128); }

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

background-color css

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

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

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

border-color css

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

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

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