Html Css Color HEX #C3C320 Rio Grande

📋 copy color: '#C3C320'

red 195 ◦ green 195 ◦ blue 32

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

Shades of Rio Grande #C3C320

Tints of Rio Grande #C3C320

RGB

 RED value IS 195 (76.56% from 255) = 46.21%

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

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

R = 46.21%
G = 46.21%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3C320 (or 0xC3C320) is known color: Rio Grande. HEX triplet: C3, C3 and 20. RGB value is (195,195,32). Sum of RGB (Red+Green+Blue) = 195+195+32=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C320 is #3C3CDF. Grayscale: #B1B1B1. Windows color (decimal): -3947744 or 2147267. OLE color: 2147267.

HSL color Cylindrical-coordinate representation of color #C3C320: hue angle of 60º 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 #C3C320 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 32 -
CMYK 0 0 0.84 0.24
HSL 60º 0.72% 0.45% -
HSV(B) 60º 0.84% 0.76% -
XYZ 42.28 50.74 8.93 -
YUV 176.42 46.5 141.25 -
System Red Green Blue C M Y K H S L
Decimal 195 195 32 0 0 0.84 0.24 60 0.72 0.45
Hex C3 C3 20 0 0 54 18 3C 48 2D
Octal 303 303 40 0 0 124 30 74 110 55
Binary 11000011 11000011 100000 0 0 1010100 11000 111100 1001000 101101

Color Harmonies of #C3C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C320

Black with #C3C320

Text Example


Text Example

White with #C3C320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C320; }

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

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

background-color css

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

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

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

border-color css

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

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

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