Html Css Color HEX #C1AF04 La Rioja

📋 copy color: '#C1AF04'

red 193 ◦ green 175 ◦ blue 4

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

Shades of La Rioja #C1AF04

Tints of La Rioja #C1AF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.04%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 51.88%
G = 47.04%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C1AF04 (or 0xC1AF04) is known color: La Rioja. HEX triplet: C1, AF and 04. RGB value is (193,175,4). Sum of RGB (Red+Green+Blue) = 193+175+4=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AF04 is #3E50FB. Grayscale: #A1A1A1. Windows color (decimal): -4083964 or 307137. OLE color: 307137.

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

Color convert

RGB 193 175 4 -
CMYK 0 0.09 0.98 0.24
HSL 54.29º 0.96% 0.39% -
HSV(B) 54.29º 0.98% 0.76% -
XYZ 37.34 42.01 6.25 -
YUV 160.89 39.46 150.9 -
System Red Green Blue C M Y K H S L
Decimal 193 175 4 0 0.09 0.98 0.24 54.29 0.96 0.39
Hex C1 AF 4 0 9 62 18 36 60 27
Octal 301 257 4 0 11 142 30 66 140 47
Binary 11000001 10101111 100 0 1001 1100010 11000 110110 1100000 100111

Color Harmonies of #C1AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF04

Black with #C1AF04

Text Example


Text Example

White with #C1AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF04; }

 p { color: rgb(193,175,4); }

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

background-color css

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

 a { background-color: rgb(193,175,4); }

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

border-color css

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

 span { border-color: rgb(193,175,4); }

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