#CCC871

Color #CCC871 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CCC871

Tints of Deco #CCC871

Color information

#CCC871 (or 0xCCC871) is unknown color: approx Deco. HEX triplet: CC, C8 and 71. RGB value is (204,200,113). Sum of RGB (Red+Green+Blue) = 204+200+113=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC871 is #33378E. Grayscale: #BFBFBF. Windows color (decimal): -3356559 or 7456972. OLE color: 7456972.

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

Color convert

RGB204200113-
CMYK00.020.450.2
HSL57.36º47.15%62.16%-
HSV(B)57.36º44.61%80%-
XYZ48.5455.3423.75-
YUV191.2883.83137.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=39.46%
G=38.68%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420011300.020.450.257.3647.1562.16
HexCCC871022D14392f3e
Octal314310161025524715776
Binary1100110011001000111000101010110110100111001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC871; }

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

 H1.HeaderClassName
 {
   color: #CCC871;
 }
 .AnyTagClassName
 {
   color: #CCC871;
 }
</style>
background-color css

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

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

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

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

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

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