#C8CC7B

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

Shades of Deco #C8CC7B

Tints of Deco #C8CC7B

Color information

#C8CC7B (or 0xC8CC7B) is unknown color: approx Deco. HEX triplet: C8, CC and 7B. RGB value is (200,204,123). Sum of RGB (Red+Green+Blue) = 200+204+123=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CC7B is #373384. Grayscale: #C1C1C1. Windows color (decimal): -3617669 or 8113352. OLE color: 8113352.

HSL color Cylindrical-coordinate representation of color #C8CC7B: hue angle of 62.96º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8CC7B is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB200204123-
CMYK0.0200.400.2
HSL62.96º44.26%64.12%-
HSV(B)62.96º39.71%80%-
XYZ48.9956.927.14-
YUV193.5788.17132.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 123 (48.44% from 255) = 23.34%
R=37.95%
G=38.71%
B=23.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041230.0200.400.262.9644.2664.12
HexC8CC7B2028143f2c40
Octal3103141732050247754100
Binary11001000110011001111011100101000101001111111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CC7B; }

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

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

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

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

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

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

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

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