Html Css Color HEX #CCC885 Deco

📋 copy color: '#CCC885'

red 204 ◦ green 200 ◦ blue 133

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

Shades of Deco #CCC885

Tints of Deco #CCC885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.77%

R = 37.99%
G = 37.24%
B = 24.77%

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

#CCC885 (or 0xCCC885) is known color: Deco. HEX triplet: CC, C8 and 85. RGB value is (204,200,133). Sum of RGB (Red+Green+Blue) = 204+200+133=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC885 is #33377A. Grayscale: #C1C1C1. Windows color (decimal): -3356539 or 8767692. OLE color: 8767692.

HSL color Cylindrical-coordinate representation of color #CCC885: hue angle of 56.62º 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 #CCC885 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 133 -
CMYK 0 0.02 0.35 0.2
HSL 56.62º 0.41% 0.66% -
HSV(B) 56.62º 0.35% 0.8% -
XYZ 49.79 55.84 30.34 -
YUV 193.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 204 200 133 0 0.02 0.35 0.2 56.62 0.41 0.66
Hex CC C8 85 0 2 23 14 39 29 42
Octal 314 310 205 0 2 43 24 71 51 102
Binary 11001100 11001000 10000101 0 10 100011 10100 111001 101001 1000010

Color Harmonies of #CCC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC885

Black with #CCC885

Text Example


Text Example

White with #CCC885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC885; }

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

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

background-color css

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

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

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

border-color css

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

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

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