Html Css Color HEX #C1B212 La Rioja

📋 copy color: '#C1B212'

red 193 ◦ green 178 ◦ blue 18

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

Shades of La Rioja #C1B212

Tints of La Rioja #C1B212

RGB

 RED value IS 193 (75.78% from 255) = 49.61%

 GREEN value IS 178 (69.92% from 255) = 45.76%

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

R = 49.61%
G = 45.76%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C1B212 (or 0xC1B212) is known color: La Rioja. HEX triplet: C1, B2 and 12. RGB value is (193,178,18). Sum of RGB (Red+Green+Blue) = 193+178+18=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B212 is #3E4DED. Grayscale: #A4A4A4. Windows color (decimal): -4083182 or 1225409. OLE color: 1225409.

HSL color Cylindrical-coordinate representation of color #C1B212: hue angle of 54.86º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1B212 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 178 18 -
CMYK 0 0.08 0.91 0.24
HSL 54.86º 0.83% 0.41% -
HSV(B) 54.86º 0.91% 0.76% -
XYZ 38.02 43.22 6.91 -
YUV 164.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 193 178 18 0 0.08 0.91 0.24 54.86 0.83 0.41
Hex C1 B2 12 0 8 5B 18 37 53 29
Octal 301 262 22 0 10 133 30 67 123 51
Binary 11000001 10110010 10010 0 1000 1011011 11000 110111 1010011 101001

Color Harmonies of #C1B212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B212

Black with #C1B212

Text Example


Text Example

White with #C1B212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B212; }

 p { color: rgb(193,178,18); }

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

background-color css

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

 a { background-color: rgb(193,178,18); }

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

border-color css

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

 span { border-color: rgb(193,178,18); }

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