Html Css Color HEX #CCC886 Deco

📋 copy color: '#CCC886'

red 204 ◦ green 200 ◦ blue 134

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

Shades of Deco #CCC886

Tints of Deco #CCC886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.91%

R = 37.92%
G = 37.17%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCC886 (or 0xCCC886) is known color: Deco. HEX triplet: CC, C8 and 86. RGB value is (204,200,134). Sum of RGB (Red+Green+Blue) = 204+200+134=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC886 is #333779. Grayscale: #C1C1C1. Windows color (decimal): -3356538 or 8833228. OLE color: 8833228.

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

Color convert

RGB 204 200 134 -
CMYK 0 0.02 0.34 0.2
HSL 56.57º 0.41% 0.66% -
HSV(B) 56.57º 0.34% 0.8% -
XYZ 49.86 55.87 30.71 -
YUV 193.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 204 200 134 0 0.02 0.34 0.2 56.57 0.41 0.66
Hex CC C8 86 0 2 22 14 39 29 42
Octal 314 310 206 0 2 42 24 71 51 102
Binary 11001100 11001000 10000110 0 10 100010 10100 111001 101001 1000010

Color Harmonies of #CCC886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC886

Black with #CCC886

Text Example


Text Example

White with #CCC886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC886; }

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

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

background-color css

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

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

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

border-color css

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

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

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