Shades of Wild Willow #C7CB68
Tints of Wild Willow #C7CB68
RGB
CMYK
RGB Variations
Color information
#C7CB68 (or 0xC7CB68) is known color: Wild Willow. HEX triplet: C7, CB and 68. RGB value is (199,203,104). Sum of RGB (Red+Green+Blue) = 199+203+104=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CB68 is #383497. Grayscale: #BEBEBE. Windows color (decimal): -3683480 or 6867911. OLE color: 6867911.
HSL color Cylindrical-coordinate representation of color #C7CB68: hue angle of 62.42º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C7CB68 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 104 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.20 |
| HSL | 62.42º | 0.49% | 0.6% | - |
| HSV(B) | 62.42º | 0.49% | 0.8% | - |
| XYZ | 47.41 | 55.85 | 21.38 | - |
| YUV | 190.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 104 | 0.02 | 0 | 0.49 | 0.20 | 62.42 | 0.49 | 0.6 |
| Hex | C7 | CB | 68 | 2 | 0 | 31 | 14 | 3E | 31 | 3C |
| Octal | 307 | 313 | 150 | 2 | 0 | 61 | 24 | 76 | 61 | 74 |
| Binary | 11000111 | 11001011 | 1101000 | 10 | 0 | 110001 | 10100 | 111110 | 110001 | 111100 |
Color Harmonies of #C7CB68
Complementary color
Monochromatic Colors of #C7CB68
Black with #C7CB68
Text Example
Text Example
White with #C7CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB68; }
p { color: rgb(199,203,104); }
H1.HeaderClassName
{
color: #C7CB68;
}
.AnyTagClassName
{
color: #C7CB68;
}
</style>
background-color css
<style>
a { background-color: #C7CB68; }
a { background-color: rgb(199,203,104); }
div.DivClassName
{
background-color: #C7CB68;
}
.BgClassName
{
background-color: #C7CB68;
}
</style>
border-color css
<style>
span { border-color: #C7CB68; }
span { border-color: rgb(199,203,104); }
td.TdClassName
{
border-color: #C7CB68;
}
.TagClassName
{
border-color: #C7CB68;
}
</style>