Html Css Color HEX #C0CA14 Rio Grande

📋 copy color: '#C0CA14'

red 192 ◦ green 202 ◦ blue 20

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

Shades of Rio Grande #C0CA14

Tints of Rio Grande #C0CA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.79%

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

R = 46.38%
G = 48.79%
B = 4.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C0CA14 (or 0xC0CA14) is known color: Rio Grande. HEX triplet: C0, CA and 14. RGB value is (192,202,20). Sum of RGB (Red+Green+Blue) = 192+202+20=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CA14 is #3F35EB. Grayscale: #B2B2B2. Windows color (decimal): -4142572 or 1362624. OLE color: 1362624.

HSL color Cylindrical-coordinate representation of color #C0CA14: hue angle of 63.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0CA14 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 20 -
CMYK 0.05 0 0.90 0.21
HSL 63.3º 0.82% 0.44% -
HSV(B) 63.3º 0.9% 0.79% -
XYZ 42.99 53.5 8.72 -
YUV 178.26 38.69 137.8 -
System Red Green Blue C M Y K H S L
Decimal 192 202 20 0.05 0 0.90 0.21 63.3 0.82 0.44
Hex C0 CA 14 5 0 5A 15 3F 52 2C
Octal 300 312 24 5 0 132 25 77 122 54
Binary 11000000 11001010 10100 101 0 1011010 10101 111111 1010010 101100

Color Harmonies of #C0CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA14

Black with #C0CA14

Text Example


Text Example

White with #C0CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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