#C7CB7C

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

Shades of Deco #C7CB7C

Tints of Deco #C7CB7C

Color information

#C7CB7C (or 0xC7CB7C) is unknown color: approx Deco. HEX triplet: C7, CB and 7C. RGB value is (199,203,124). Sum of RGB (Red+Green+Blue) = 199+203+124=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CB7C is #383483. Grayscale: #C1C1C1. Windows color (decimal): -3683460 or 8178631. OLE color: 8178631.

HSL color Cylindrical-coordinate representation of color #C7CB7C: hue angle of 63.04º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7CB7C is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB199203124-
CMYK0.0200.390.20
HSL63.04º43.17%64.12%-
HSV(B)63.04º38.92%79.61%-
XYZ48.5556.3127.38-
YUV192.889.17132.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.83%
GREEN value IS 203 (79.69% from 255) = 38.59%
BLUE value IS 124 (48.83% from 255) = 23.57%
R=37.83%
G=38.59%
B=23.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992031240.0200.390.2063.0443.1764.12
HexC7CB7C2027143f2b40
Octal3073131742047247753100
Binary11000111110010111111100100100111101001111111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CB7C; }

 p { color: rgb(199,203,124); }

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

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

 a { background-color: rgb(199,203,124); }

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

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

 span { border-color: rgb(199,203,124); }

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