Html Css Color HEX #C2C325 Rio Grande

📋 copy color: '#C2C325'

red 194 ◦ green 195 ◦ blue 37

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

Shades of Rio Grande #C2C325

Tints of Rio Grande #C2C325

RGB

 RED value IS 194 (76.17% from 255) = 45.54%

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

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

R = 45.54%
G = 45.77%
B = 8.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C2C325 (or 0xC2C325) is known color: Rio Grande. HEX triplet: C2, C3 and 25. RGB value is (194,195,37). Sum of RGB (Red+Green+Blue) = 194+195+37=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C325 is #3D3CDA. Grayscale: #B1B1B1. Windows color (decimal): -4013275 or 2474946. OLE color: 2474946.

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

Color convert

RGB 194 195 37 -
CMYK 0.01 0 0.81 0.24
HSL 60.38º 0.68% 0.45% -
HSV(B) 60.38º 0.81% 0.76% -
XYZ 42.1 50.63 9.3 -
YUV 176.69 49.17 140.35 -
System Red Green Blue C M Y K H S L
Decimal 194 195 37 0.01 0 0.81 0.24 60.38 0.68 0.45
Hex C2 C3 25 1 0 51 18 3C 44 2D
Octal 302 303 45 1 0 121 30 74 104 55
Binary 11000010 11000011 100101 1 0 1010001 11000 111100 1000100 101101

Color Harmonies of #C2C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C325

Black with #C2C325

Text Example


Text Example

White with #C2C325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C325; }

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

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

background-color css

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

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

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

border-color css

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

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

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