Html Css Color HEX #C1AB03 La Rioja

📋 copy color: '#C1AB03'

red 193 ◦ green 171 ◦ blue 3

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

Shades of La Rioja #C1AB03

Tints of La Rioja #C1AB03

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.59%

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 52.59%
G = 46.59%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C1AB03 (or 0xC1AB03) is known color: La Rioja. HEX triplet: C1, AB and 03. RGB value is (193,171,3). Sum of RGB (Red+Green+Blue) = 193+171+3=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 171 (67.19% from 255 or 46.59% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AB03 is #3E54FC. Grayscale: #9F9F9F. Windows color (decimal): -4084989 or 240577. OLE color: 240577.

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

Color convert

RGB 193 171 3 -
CMYK 0 0.11 0.98 0.24
HSL 53.05º 0.97% 0.38% -
HSV(B) 53.05º 0.98% 0.76% -
XYZ 36.57 40.47 5.97 -
YUV 158.43 40.29 152.66 -
System Red Green Blue C M Y K H S L
Decimal 193 171 3 0 0.11 0.98 0.24 53.05 0.97 0.38
Hex C1 AB 3 0 B 62 18 35 61 26
Octal 301 253 3 0 13 142 30 65 141 46
Binary 11000001 10101011 11 0 1011 1100010 11000 110101 1100001 100110

Color Harmonies of #C1AB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AB03

Black with #C1AB03

Text Example


Text Example

White with #C1AB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AB03; }

 p { color: rgb(193,171,3); }

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

background-color css

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

 a { background-color: rgb(193,171,3); }

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

border-color css

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

 span { border-color: rgb(193,171,3); }

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