Html Css Color HEX #C3C31C Rio Grande

📋 copy color: '#C3C31C'

red 195 ◦ green 195 ◦ blue 28

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

Shades of Rio Grande #C3C31C

Tints of Rio Grande #C3C31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.7%

R = 46.65%
G = 46.65%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3C31C (or 0xC3C31C) is known color: Rio Grande. HEX triplet: C3, C3 and 1C. RGB value is (195,195,28). Sum of RGB (Red+Green+Blue) = 195+195+28=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C31C is #3C3CE3. Grayscale: #B0B0B0. Windows color (decimal): -3947748 or 1885123. OLE color: 1885123.

HSL color Cylindrical-coordinate representation of color #C3C31C: hue angle of 60º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3C31C is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 28 -
CMYK 0 0 0.86 0.24
HSL 60º 0.75% 0.44% -
HSV(B) 60º 0.86% 0.76% -
XYZ 42.23 50.72 8.66 -
YUV 175.96 44.5 141.58 -
System Red Green Blue C M Y K H S L
Decimal 195 195 28 0 0 0.86 0.24 60 0.75 0.44
Hex C3 C3 1C 0 0 56 18 3C 4B 2C
Octal 303 303 34 0 0 126 30 74 113 54
Binary 11000011 11000011 11100 0 0 1010110 11000 111100 1001011 101100

Color Harmonies of #C3C31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C31C

Black with #C3C31C

Text Example


Text Example

White with #C3C31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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