Html Css Color HEX #C3C10E La Rioja

📋 copy color: '#C3C10E'

red 195 ◦ green 193 ◦ blue 14

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

Shades of La Rioja #C3C10E

Tints of La Rioja #C3C10E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.01%

 BLUE value IS 14 (5.86% from 255) = 3.48%

R = 48.51%
G = 48.01%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3C10E (or 0xC3C10E) is known color: La Rioja. HEX triplet: C3, C1 and 0E. RGB value is (195,193,14). Sum of RGB (Red+Green+Blue) = 195+193+14=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C10E is #3C3EF1. Grayscale: #ADADAD. Windows color (decimal): -3948274 or 967107. OLE color: 967107.

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

Color convert

RGB 195 193 14 -
CMYK 0 0.01 0.93 0.24
HSL 59.34º 0.87% 0.41% -
HSV(B) 59.34º 0.93% 0.76% -
XYZ 41.65 49.77 7.83 -
YUV 173.19 38.16 143.55 -
System Red Green Blue C M Y K H S L
Decimal 195 193 14 0 0.01 0.93 0.24 59.34 0.87 0.41
Hex C3 C1 E 0 1 5D 18 3B 57 29
Octal 303 301 16 0 1 135 30 73 127 51
Binary 11000011 11000001 1110 0 1 1011101 11000 111011 1010111 101001

Color Harmonies of #C3C10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C10E

Black with #C3C10E

Text Example


Text Example

White with #C3C10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C10E; }

 p { color: rgb(195,193,14); }

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

background-color css

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

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

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

border-color css

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

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

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