#C7CA69

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

Shades of Wild Willow #C7CA69

Tints of Wild Willow #C7CA69

Color information

#C7CA69 (or 0xC7CA69) is unknown color: approx Wild Willow. HEX triplet: C7, CA and 69. RGB value is (199,202,105). Sum of RGB (Red+Green+Blue) = 199+202+105=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CA69 is #383596. Grayscale: #BEBEBE. Windows color (decimal): -3683735 or 6933191. OLE color: 6933191.

HSL color Cylindrical-coordinate representation of color #C7CA69: hue angle of 61.86º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7CA69 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB199202105-
CMYK0.0100.480.21
HSL61.86º47.78%60.2%-
HSV(B)61.86º48.02%79.22%-
XYZ47.2255.421.57-
YUV190.0480.01134.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 105 (41.41% from 255) = 20.75%
R=39.33%
G=39.92%
B=20.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1992021050.0100.480.2161.8647.7860.2
HexC7CA691030153e303c
Octal307312151106025766074
Binary110001111100101011010011011000010101111110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CA69; }

 p { color: rgb(199,202,105); }

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

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

 a { background-color: rgb(199,202,105); }

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

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

 span { border-color: rgb(199,202,105); }

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