Html Css Color HEX #C0C320 Rio Grande

📋 copy color: '#C0C320'

red 192 ◦ green 195 ◦ blue 32

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

Shades of Rio Grande #C0C320

Tints of Rio Grande #C0C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.54%

 BLUE value IS 32 (12.89% from 255) = 7.64%

R = 45.82%
G = 46.54%
B = 7.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C0C320 (or 0xC0C320) is known color: Rio Grande. HEX triplet: C0, C3 and 20. RGB value is (192,195,32). Sum of RGB (Red+Green+Blue) = 192+195+32=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C320 is #3F3CDF. Grayscale: #B0B0B0. Windows color (decimal): -4144352 or 2147264. OLE color: 2147264.

HSL color Cylindrical-coordinate representation of color #C0C320: hue angle of 61.1º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0C320 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 32 -
CMYK 0.02 0 0.84 0.24
HSL 61.1º 0.72% 0.45% -
HSV(B) 61.1º 0.84% 0.76% -
XYZ 41.51 50.34 8.9 -
YUV 175.52 47.01 139.75 -
System Red Green Blue C M Y K H S L
Decimal 192 195 32 0.02 0 0.84 0.24 61.1 0.72 0.45
Hex C0 C3 20 2 0 54 18 3D 48 2D
Octal 300 303 40 2 0 124 30 75 110 55
Binary 11000000 11000011 100000 10 0 1010100 11000 111101 1001000 101101

Color Harmonies of #C0C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C320

Black with #C0C320

Text Example


Text Example

White with #C0C320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C320; }

 p { color: rgb(192,195,32); }

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

background-color css

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

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

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

border-color css

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

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

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