Html Css Color HEX #C3C116 La Rioja

📋 copy color: '#C3C116'

red 195 ◦ green 193 ◦ blue 22

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

Shades of La Rioja #C3C116

Tints of La Rioja #C3C116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 47.56%
G = 47.07%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C3C116 (or 0xC3C116) is known color: La Rioja. HEX triplet: C3, C1 and 16. RGB value is (195,193,22). Sum of RGB (Red+Green+Blue) = 195+193+22=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C116 is #3C3EE9. Grayscale: #AEAEAE. Windows color (decimal): -3948266 or 1491395. OLE color: 1491395.

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

Color convert

RGB 195 193 22 -
CMYK 0 0.01 0.89 0.24
HSL 59.31º 0.8% 0.43% -
HSV(B) 59.31º 0.89% 0.76% -
XYZ 41.72 49.8 8.17 -
YUV 174.1 42.16 142.9 -
System Red Green Blue C M Y K H S L
Decimal 195 193 22 0 0.01 0.89 0.24 59.31 0.8 0.43
Hex C3 C1 16 0 1 59 18 3B 50 2B
Octal 303 301 26 0 1 131 30 73 120 53
Binary 11000011 11000001 10110 0 1 1011001 11000 111011 1010000 101011

Color Harmonies of #C3C116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C116

Black with #C3C116

Text Example


Text Example

White with #C3C116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C116; }

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

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

background-color css

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

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

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

border-color css

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

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

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