Html Css Color HEX #C1AF02 La Rioja

📋 copy color: '#C1AF02'

red 193 ◦ green 175 ◦ blue 2

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

Shades of La Rioja #C1AF02

Tints of La Rioja #C1AF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 52.16%
G = 47.3%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C1AF02 (or 0xC1AF02) is known color: La Rioja. HEX triplet: C1, AF and 02. RGB value is (193,175,2). Sum of RGB (Red+Green+Blue) = 193+175+2=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AF02 is #3E50FD. Grayscale: #A1A1A1. Windows color (decimal): -4083966 or 176065. OLE color: 176065.

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

Color convert

RGB 193 175 2 -
CMYK 0 0.09 0.99 0.24
HSL 54.35º 0.98% 0.38% -
HSV(B) 54.35º 0.99% 0.76% -
XYZ 37.33 42 6.2 -
YUV 160.66 38.46 151.07 -
System Red Green Blue C M Y K H S L
Decimal 193 175 2 0 0.09 0.99 0.24 54.35 0.98 0.38
Hex C1 AF 2 0 9 63 18 36 62 26
Octal 301 257 2 0 11 143 30 66 142 46
Binary 11000001 10101111 10 0 1001 1100011 11000 110110 1100010 100110

Color Harmonies of #C1AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF02

Black with #C1AF02

Text Example


Text Example

White with #C1AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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