Html Css Color HEX #C0C325 Rio Grande

📋 copy color: '#C0C325'

red 192 ◦ green 195 ◦ blue 37

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

Shades of Rio Grande #C0C325

Tints of Rio Grande #C0C325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.73%

R = 45.28%
G = 45.99%
B = 8.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C0C325 (or 0xC0C325) is known color: Rio Grande. HEX triplet: C0, C3 and 25. RGB value is (192,195,37). Sum of RGB (Red+Green+Blue) = 192+195+37=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C325 is #3F3CDA. Grayscale: #B0B0B0. Windows color (decimal): -4144347 or 2474944. OLE color: 2474944.

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

Color convert

RGB 192 195 37 -
CMYK 0.02 0 0.81 0.24
HSL 61.14º 0.68% 0.45% -
HSV(B) 61.14º 0.81% 0.76% -
XYZ 41.59 50.37 9.28 -
YUV 176.09 49.51 139.35 -
System Red Green Blue C M Y K H S L
Decimal 192 195 37 0.02 0 0.81 0.24 61.14 0.68 0.45
Hex C0 C3 25 2 0 51 18 3D 44 2D
Octal 300 303 45 2 0 121 30 75 104 55
Binary 11000000 11000011 100101 10 0 1010001 11000 111101 1000100 101101

Color Harmonies of #C0C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C325

Black with #C0C325

Text Example


Text Example

White with #C0C325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C325; }

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

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

background-color css

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

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

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

border-color css

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

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

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