Html Css Color HEX #CCC884 Deco

📋 copy color: '#CCC884'

red 204 ◦ green 200 ◦ blue 132

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

Shades of Deco #CCC884

Tints of Deco #CCC884

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.31%

 BLUE value IS 132 (51.95% from 255) = 24.63%

R = 38.06%
G = 37.31%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCC884 (or 0xCCC884) is known color: Deco. HEX triplet: CC, C8 and 84. RGB value is (204,200,132). Sum of RGB (Red+Green+Blue) = 204+200+132=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC884 is #33377B. Grayscale: #C1C1C1. Windows color (decimal): -3356540 or 8702156. OLE color: 8702156.

HSL color Cylindrical-coordinate representation of color #CCC884: hue angle of 56.67º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCC884 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 132 -
CMYK 0 0.02 0.35 0.2
HSL 56.67º 0.41% 0.66% -
HSV(B) 56.67º 0.35% 0.8% -
XYZ 49.72 55.81 29.98 -
YUV 193.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 204 200 132 0 0.02 0.35 0.2 56.67 0.41 0.66
Hex CC C8 84 0 2 23 14 39 29 42
Octal 314 310 204 0 2 43 24 71 51 102
Binary 11001100 11001000 10000100 0 10 100011 10100 111001 101001 1000010

Color Harmonies of #CCC884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC884

Black with #CCC884

Text Example


Text Example

White with #CCC884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC884; }

 p { color: rgb(204,200,132); }

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

background-color css

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

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

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

border-color css

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

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

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