Html Css Color HEX #C0C814 Rio Grande

📋 copy color: '#C0C814'

red 192 ◦ green 200 ◦ blue 20

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

Shades of Rio Grande #C0C814

Tints of Rio Grande #C0C814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.54%

 BLUE value IS 20 (8.2% from 255) = 4.85%

R = 46.6%
G = 48.54%
B = 4.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C0C814 (or 0xC0C814) is known color: Rio Grande. HEX triplet: C0, C8 and 14. RGB value is (192,200,20). Sum of RGB (Red+Green+Blue) = 192+200+20=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C814 is #3F37EB. Grayscale: #B1B1B1. Windows color (decimal): -4143084 or 1362112. OLE color: 1362112.

HSL color Cylindrical-coordinate representation of color #C0C814: hue angle of 62.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0C814 is Cyan = 0.04, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 200 20 -
CMYK 0.04 0 0.9 0.22
HSL 62.67º 0.82% 0.43% -
HSV(B) 62.67º 0.9% 0.78% -
XYZ 42.52 52.57 8.57 -
YUV 177.09 39.35 138.64 -
System Red Green Blue C M Y K H S L
Decimal 192 200 20 0.04 0 0.9 0.22 62.67 0.82 0.43
Hex C0 C8 14 4 0 5A 16 3F 52 2B
Octal 300 310 24 4 0 132 26 77 122 53
Binary 11000000 11001000 10100 100 0 1011010 10110 111111 1010010 101011

Color Harmonies of #C0C814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C814

Black with #C0C814

Text Example


Text Example

White with #C0C814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C814; }

 p { color: rgb(192,200,20); }

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

background-color css

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

 a { background-color: rgb(192,200,20); }

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

border-color css

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

 span { border-color: rgb(192,200,20); }

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