Html Css Color HEX #C3C010 La Rioja

📋 copy color: '#C3C010'

red 195 ◦ green 192 ◦ blue 16

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

Shades of La Rioja #C3C010

Tints of La Rioja #C3C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

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

R = 48.39%
G = 47.64%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3C010 (or 0xC3C010) is known color: La Rioja. HEX triplet: C3, C0 and 10. RGB value is (195,192,16). Sum of RGB (Red+Green+Blue) = 195+192+16=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C010 is #3C3FEF. Grayscale: #ADADAD. Windows color (decimal): -3948528 or 1097923. OLE color: 1097923.

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

Color convert

RGB 195 192 16 -
CMYK 0 0.02 0.92 0.24
HSL 58.99º 0.85% 0.41% -
HSV(B) 58.99º 0.92% 0.76% -
XYZ 41.45 49.34 7.83 -
YUV 172.83 39.49 143.81 -
System Red Green Blue C M Y K H S L
Decimal 195 192 16 0 0.02 0.92 0.24 58.99 0.85 0.41
Hex C3 C0 10 0 2 5C 18 3B 55 29
Octal 303 300 20 0 2 134 30 73 125 51
Binary 11000011 11000000 10000 0 10 1011100 11000 111011 1010101 101001

Color Harmonies of #C3C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C010

Black with #C3C010

Text Example


Text Example

White with #C3C010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C010; }

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

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

background-color css

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

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

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

border-color css

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

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

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