Html Css Color HEX #C1B705 La Rioja

📋 copy color: '#C1B705'

red 193 ◦ green 183 ◦ blue 5

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

Shades of La Rioja #C1B705

Tints of La Rioja #C1B705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.03%

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 50.66%
G = 48.03%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C1B705 (or 0xC1B705) is known color: La Rioja. HEX triplet: C1, B7 and 05. RGB value is (193,183,5). Sum of RGB (Red+Green+Blue) = 193+183+5=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B705 is #3E48FA. Grayscale: #A6A6A6. Windows color (decimal): -4081915 or 374721. OLE color: 374721.

HSL color Cylindrical-coordinate representation of color #C1B705: hue angle of 56.81º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1B705 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 183 5 -
CMYK 0 0.05 0.97 0.24
HSL 56.81º 0.95% 0.39% -
HSV(B) 56.81º 0.97% 0.76% -
XYZ 38.95 45.22 6.82 -
YUV 165.7 37.31 147.47 -
System Red Green Blue C M Y K H S L
Decimal 193 183 5 0 0.05 0.97 0.24 56.81 0.95 0.39
Hex C1 B7 5 0 5 61 18 39 5F 27
Octal 301 267 5 0 5 141 30 71 137 47
Binary 11000001 10110111 101 0 101 1100001 11000 111001 1011111 100111

Color Harmonies of #C1B705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B705

Black with #C1B705

Text Example


Text Example

White with #C1B705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B705; }

 p { color: rgb(193,183,5); }

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

background-color css

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

 a { background-color: rgb(193,183,5); }

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

border-color css

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

 span { border-color: rgb(193,183,5); }

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