#C7CB53

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

Shades of Wild Willow #C7CB53

Tints of Wild Willow #C7CB53

Color information

#C7CB53 (or 0xC7CB53) is unknown color: approx Wild Willow. HEX triplet: C7, CB and 53. RGB value is (199,203,83). Sum of RGB (Red+Green+Blue) = 199+203+83=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CB53 is #3834AC. Grayscale: #BCBCBC. Windows color (decimal): -3683501 or 5491655. OLE color: 5491655.

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

Color convert

RGB19920383-
CMYK0.0200.590.20
HSL62º53.57%56.08%-
HSV(B)62º59.11%79.61%-
XYZ46.4755.4816.44-
YUV188.1268.67135.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 203 (79.69% from 255) = 41.86%
BLUE value IS 83 (32.81% from 255) = 17.11%
R=41.03%
G=41.86%
B=17.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199203830.0200.590.206253.5756.08
HexC7CB53203B143e3638
Octal307313123207324766670
Binary1100011111001011101001110011101110100111110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CB53; }

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

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

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

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

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

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

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

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