Html Css Color HEX #C3C114 La Rioja

📋 copy color: '#C3C114'

red 195 ◦ green 193 ◦ blue 20

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

Shades of La Rioja #C3C114

Tints of La Rioja #C3C114

RGB

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

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

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

R = 47.79%
G = 47.3%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C3C114 (or 0xC3C114) is known color: La Rioja. HEX triplet: C3, C1 and 14. RGB value is (195,193,20). Sum of RGB (Red+Green+Blue) = 195+193+20=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C114 is #3C3EEB. Grayscale: #AEAEAE. Windows color (decimal): -3948268 or 1360323. OLE color: 1360323.

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

Color convert

RGB 195 193 20 -
CMYK 0 0.01 0.90 0.24
HSL 59.31º 0.81% 0.42% -
HSV(B) 59.31º 0.9% 0.76% -
XYZ 41.7 49.79 8.07 -
YUV 173.88 41.16 143.07 -
System Red Green Blue C M Y K H S L
Decimal 195 193 20 0 0.01 0.90 0.24 59.31 0.81 0.42
Hex C3 C1 14 0 1 5A 18 3B 51 2A
Octal 303 301 24 0 1 132 30 73 121 52
Binary 11000011 11000001 10100 0 1 1011010 11000 111011 1010001 101010

Color Harmonies of #C3C114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C114

Black with #C3C114

Text Example


Text Example

White with #C3C114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C114; }

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

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

background-color css

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

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

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

border-color css

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

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

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