Html Css Color HEX #C3C100 La Rioja

📋 copy color: '#C3C100'

red 195 ◦ green 193 ◦ blue 0

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

Shades of La Rioja #C3C100

Tints of La Rioja #C3C100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.26%
G = 49.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C3C100 (or 0xC3C100) is known color: La Rioja. HEX triplet: C3, C1 and 00. RGB value is (195,193,0). Sum of RGB (Red+Green+Blue) = 195+193+0=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C100 is #3C3EFF. Grayscale: #ACACAC. Windows color (decimal): -3948288 or 49603. OLE color: 49603.

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

Color convert

RGB 195 193 0 -
CMYK 0 0.01 1 0.24
HSL 59.38º 1% 0.38% -
HSV(B) 59.38º 1% 0.76% -
XYZ 41.58 49.74 7.41 -
YUV 171.6 31.16 144.69 -
System Red Green Blue C M Y K H S L
Decimal 195 193 0 0 0.01 1 0.24 59.38 1 0.38
Hex C3 C1 0 0 1 64 18 3B 64 26
Octal 303 301 0 0 1 144 30 73 144 46
Binary 11000011 11000001 0 0 1 1100100 11000 111011 1100100 100110

Color Harmonies of #C3C100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C100

Black with #C3C100

Text Example


Text Example

White with #C3C100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C100; }

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

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

background-color css

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

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

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

border-color css

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

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

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