Html Css Color HEX #C1BC0E La Rioja

📋 copy color: '#C1BC0E'

red 193 ◦ green 188 ◦ blue 14

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

Shades of La Rioja #C1BC0E

Tints of La Rioja #C1BC0E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.59%

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 48.86%
G = 47.59%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1BC0E (or 0xC1BC0E) is known color: La Rioja. HEX triplet: C1, BC and 0E. RGB value is (193,188,14). Sum of RGB (Red+Green+Blue) = 193+188+14=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BC0E is #3E43F1. Grayscale: #AAAAAA. Windows color (decimal): -4080626 or 965825. OLE color: 965825.

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

Color convert

RGB 193 188 14 -
CMYK 0 0.03 0.93 0.24
HSL 58.32º 0.86% 0.41% -
HSV(B) 58.32º 0.93% 0.76% -
XYZ 40.05 47.34 7.44 -
YUV 169.66 40.16 144.65 -
System Red Green Blue C M Y K H S L
Decimal 193 188 14 0 0.03 0.93 0.24 58.32 0.86 0.41
Hex C1 BC E 0 3 5D 18 3A 56 29
Octal 301 274 16 0 3 135 30 72 126 51
Binary 11000001 10111100 1110 0 11 1011101 11000 111010 1010110 101001

Color Harmonies of #C1BC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC0E

Black with #C1BC0E

Text Example


Text Example

White with #C1BC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC0E; }

 p { color: rgb(193,188,14); }

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

background-color css

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

 a { background-color: rgb(193,188,14); }

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

border-color css

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

 span { border-color: rgb(193,188,14); }

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