Html Css Color HEX #C0CF72 Wild Willow

📋 copy color: '#C0CF72'

red 192 ◦ green 207 ◦ blue 114

#C0CF72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #C0CF72

Tints of Wild Willow #C0CF72

RGB

 RED value IS 192 (75.39% from 255) = 37.43%

 GREEN value IS 207 (81.25% from 255) = 40.35%

 BLUE value IS 114 (44.92% from 255) = 22.22%

R = 37.43%
G = 40.35%
B = 22.22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#C0CF72 (or 0xC0CF72) is known color: Wild Willow. HEX triplet: C0, CF and 72. RGB value is (192,207,114). Sum of RGB (Red+Green+Blue) = 192+207+114=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CF72 is #3F308D. Grayscale: #C0C0C0. Windows color (decimal): -4141198 or 7524288. OLE color: 7524288.

HSL color Cylindrical-coordinate representation of color #C0CF72: hue angle of 69.68º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0CF72 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 207 114 -
CMYK 0.07 0 0.45 0.19
HSL 69.68º 0.49% 0.63% -
HSV(B) 69.68º 0.45% 0.81% -
XYZ 47.09 57.05 24.45 -
YUV 191.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 192 207 114 0.07 0 0.45 0.19 69.68 0.49 0.63
Hex C0 CF 72 7 0 2D 13 46 31 3F
Octal 300 317 162 7 0 55 23 106 61 77
Binary 11000000 11001111 1110010 111 0 101101 10011 1000110 110001 111111

Color Harmonies of #C0CF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CF72

Black with #C0CF72

Text Example


Text Example

White with #C0CF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CF72; }

 p { color: rgb(192,207,114); }

 H1.HeaderClassName
 {
   color: #C0CF72;
 }
 .AnyTagClassName
 {
   color: #C0CF72;
 }
</style>

background-color css

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

 a { background-color: rgb(192,207,114); }

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

border-color css

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

 span { border-color: rgb(192,207,114); }

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