Html Css Color HEX #C3C310 La Rioja

📋 copy color: '#C3C310'

red 195 ◦ green 195 ◦ blue 16

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

Shades of La Rioja #C3C310

Tints of La Rioja #C3C310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.94%

R = 48.03%
G = 48.03%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3C310 (or 0xC3C310) is known color: La Rioja. HEX triplet: C3, C3 and 10. RGB value is (195,195,16). Sum of RGB (Red+Green+Blue) = 195+195+16=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C310 is #3C3CEF. Grayscale: #AFAFAF. Windows color (decimal): -3947760 or 1098691. OLE color: 1098691.

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

Color convert

RGB 195 195 16 -
CMYK 0 0 0.92 0.24
HSL 60º 0.85% 0.41% -
HSV(B) 60º 0.92% 0.76% -
XYZ 42.11 50.67 8.05 -
YUV 174.59 38.5 142.55 -
System Red Green Blue C M Y K H S L
Decimal 195 195 16 0 0 0.92 0.24 60 0.85 0.41
Hex C3 C3 10 0 0 5C 18 3C 55 29
Octal 303 303 20 0 0 134 30 74 125 51
Binary 11000011 11000011 10000 0 0 1011100 11000 111100 1010101 101001

Color Harmonies of #C3C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C310

Black with #C3C310

Text Example


Text Example

White with #C3C310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C310; }

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

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

background-color css

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

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

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

border-color css

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

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

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