#C7C87B

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

Shades of Deco #C7C87B

Tints of Deco #C7C87B

Color information

#C7C87B (or 0xC7C87B) is unknown color: approx Deco. HEX triplet: C7, C8 and 7B. RGB value is (199,200,123). Sum of RGB (Red+Green+Blue) = 199+200+123=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C87B is #383784. Grayscale: #BFBFBF. Windows color (decimal): -3684229 or 8112327. OLE color: 8112327.

HSL color Cylindrical-coordinate representation of color #C7C87B: hue angle of 60.78º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7C87B is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199200123-
CMYK0.0000.380.22
HSL60.78º41.18%63.33%-
HSV(B)60.78º38.5%78.43%-
XYZ47.7854.8826.81-
YUV190.9289.67133.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.12%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 123 (48.44% from 255) = 23.56%
R=38.12%
G=38.31%
B=23.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992001230.0000.380.2260.7841.1863.33
HexC7C87B0026163d293f
Octal307310173004626755177
Binary110001111100100011110110010011010110111101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C87B; }

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

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

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

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

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

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

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

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