Html Css Color HEX #C3C314 La Rioja

📋 copy color: '#C3C314'

red 195 ◦ green 195 ◦ blue 20

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

Shades of La Rioja #C3C314

Tints of La Rioja #C3C314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.88%

R = 47.56%
G = 47.56%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C3C314 (or 0xC3C314) is known color: La Rioja. HEX triplet: C3, C3 and 14. RGB value is (195,195,20). Sum of RGB (Red+Green+Blue) = 195+195+20=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C314 is #3C3CEB. Grayscale: #AFAFAF. Windows color (decimal): -3947756 or 1360835. OLE color: 1360835.

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

Color convert

RGB 195 195 20 -
CMYK 0 0 0.90 0.24
HSL 60º 0.81% 0.42% -
HSV(B) 60º 0.9% 0.76% -
XYZ 42.15 50.68 8.22 -
YUV 175.05 40.5 142.23 -
System Red Green Blue C M Y K H S L
Decimal 195 195 20 0 0 0.90 0.24 60 0.81 0.42
Hex C3 C3 14 0 0 5A 18 3C 51 2A
Octal 303 303 24 0 0 132 30 74 121 52
Binary 11000011 11000011 10100 0 0 1011010 11000 111100 1010001 101010

Color Harmonies of #C3C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C314

Black with #C3C314

Text Example


Text Example

White with #C3C314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C314; }

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

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

background-color css

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

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

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

border-color css

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

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

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