Html Css Color HEX #C5C212 La Rioja

📋 copy color: '#C5C212'

red 197 ◦ green 194 ◦ blue 18

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

Shades of La Rioja #C5C212

Tints of La Rioja #C5C212

RGB

 RED value IS 197 (77.34% from 255) = 48.17%

 GREEN value IS 194 (76.17% from 255) = 47.43%

 BLUE value IS 18 (7.42% from 255) = 4.4%

R = 48.17%
G = 47.43%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5C212 (or 0xC5C212) is known color: La Rioja. HEX triplet: C5, C2 and 12. RGB value is (197,194,18). Sum of RGB (Red+Green+Blue) = 197+194+18=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C212 is #3A3DED. Grayscale: #AFAFAF. Windows color (decimal): -3816942 or 1229509. OLE color: 1229509.

HSL color Cylindrical-coordinate representation of color #C5C212: hue angle of 58.99º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5C212 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 194 18 -
CMYK 0 0.02 0.91 0.23
HSL 58.99º 0.83% 0.42% -
HSV(B) 58.99º 0.91% 0.77% -
XYZ 42.43 50.5 8.08 -
YUV 174.83 39.49 143.81 -
System Red Green Blue C M Y K H S L
Decimal 197 194 18 0 0.02 0.91 0.23 58.99 0.83 0.42
Hex C5 C2 12 0 2 5B 17 3B 53 2A
Octal 305 302 22 0 2 133 27 73 123 52
Binary 11000101 11000010 10010 0 10 1011011 10111 111011 1010011 101010

Color Harmonies of #C5C212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C212

Black with #C5C212

Text Example


Text Example

White with #C5C212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C212; }

 p { color: rgb(197,194,18); }

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

background-color css

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

 a { background-color: rgb(197,194,18); }

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

border-color css

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

 span { border-color: rgb(197,194,18); }

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