Html Css Color HEX #C0C321 Rio Grande

📋 copy color: '#C0C321'

red 192 ◦ green 195 ◦ blue 33

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

Shades of Rio Grande #C0C321

Tints of Rio Grande #C0C321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.86%

R = 45.71%
G = 46.43%
B = 7.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C0C321 (or 0xC0C321) is known color: Rio Grande. HEX triplet: C0, C3 and 21. RGB value is (192,195,33). Sum of RGB (Red+Green+Blue) = 192+195+33=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C321 is #3F3CDE. Grayscale: #B0B0B0. Windows color (decimal): -4144351 or 2212800. OLE color: 2212800.

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

Color convert

RGB 192 195 33 -
CMYK 0.02 0 0.83 0.24
HSL 61.11º 0.71% 0.45% -
HSV(B) 61.11º 0.83% 0.76% -
XYZ 41.53 50.35 8.97 -
YUV 175.64 47.51 139.67 -
System Red Green Blue C M Y K H S L
Decimal 192 195 33 0.02 0 0.83 0.24 61.11 0.71 0.45
Hex C0 C3 21 2 0 53 18 3D 47 2D
Octal 300 303 41 2 0 123 30 75 107 55
Binary 11000000 11000011 100001 10 0 1010011 11000 111101 1000111 101101

Color Harmonies of #C0C321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C321

Black with #C0C321

Text Example


Text Example

White with #C0C321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C321; }

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

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

background-color css

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

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

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

border-color css

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

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

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