Html Css Color HEX #C1BA0D La Rioja

📋 copy color: '#C1BA0D'

red 193 ◦ green 186 ◦ blue 13

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

Shades of La Rioja #C1BA0D

Tints of La Rioja #C1BA0D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.45%

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 49.23%
G = 47.45%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1BA0D (or 0xC1BA0D) is known color: La Rioja. HEX triplet: C1, BA and 0D. RGB value is (193,186,13). Sum of RGB (Red+Green+Blue) = 193+186+13=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BA0D is #3E45F2. Grayscale: #A9A9A9. Windows color (decimal): -4081139 or 899777. OLE color: 899777.

HSL color Cylindrical-coordinate representation of color #C1BA0D: hue angle of 57.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1BA0D is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 186 13 -
CMYK 0 0.04 0.93 0.24
HSL 57.67º 0.87% 0.4% -
HSV(B) 57.67º 0.93% 0.76% -
XYZ 39.62 46.48 7.26 -
YUV 168.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 193 186 13 0 0.04 0.93 0.24 57.67 0.87 0.4
Hex C1 BA D 0 4 5D 18 3A 57 28
Octal 301 272 15 0 4 135 30 72 127 50
Binary 11000001 10111010 1101 0 100 1011101 11000 111010 1010111 101000

Color Harmonies of #C1BA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA0D

Black with #C1BA0D

Text Example


Text Example

White with #C1BA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA0D; }

 p { color: rgb(193,186,13); }

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

background-color css

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

 a { background-color: rgb(193,186,13); }

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

border-color css

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

 span { border-color: rgb(193,186,13); }

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