Html Css Color HEX #C0C01F Rio Grande

📋 copy color: '#C0C01F'

red 192 ◦ green 192 ◦ blue 31

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

Shades of Rio Grande #C0C01F

Tints of Rio Grande #C0C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.27%

 BLUE value IS 31 (12.5% from 255) = 7.47%

R = 46.27%
G = 46.27%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0C01F (or 0xC0C01F) is known color: Rio Grande. HEX triplet: C0, C0 and 1F. RGB value is (192,192,31). Sum of RGB (Red+Green+Blue) = 192+192+31=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C01F is #3F3FE0. Grayscale: #AEAEAE. Windows color (decimal): -4145121 or 2080960. OLE color: 2080960.

HSL color Cylindrical-coordinate representation of color #C0C01F: hue angle of 60º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0C01F is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 31 -
CMYK 0 0 0.84 0.25
HSL 60º 0.72% 0.44% -
HSV(B) 60º 0.84% 0.75% -
XYZ 40.84 49 8.6 -
YUV 173.65 47.5 141.09 -
System Red Green Blue C M Y K H S L
Decimal 192 192 31 0 0 0.84 0.25 60 0.72 0.44
Hex C0 C0 1F 0 0 54 19 3C 48 2C
Octal 300 300 37 0 0 124 31 74 110 54
Binary 11000000 11000000 11111 0 0 1010100 11001 111100 1001000 101100

Color Harmonies of #C0C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C01F

Black with #C0C01F

Text Example


Text Example

White with #C0C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C01F; }

 p { color: rgb(192,192,31); }

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

background-color css

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

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

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

border-color css

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

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

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