Html Css Color HEX #C2AC01 La Rioja

📋 copy color: '#C2AC01'

red 194 ◦ green 172 ◦ blue 1

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

Shades of La Rioja #C2AC01

Tints of La Rioja #C2AC01

RGB

 RED value IS 194 (76.17% from 255) = 52.86%

 GREEN value IS 172 (67.58% from 255) = 46.87%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 52.86%
G = 46.87%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C2AC01 (or 0xC2AC01) is known color: La Rioja. HEX triplet: C2, AC and 01. RGB value is (194,172,1). Sum of RGB (Red+Green+Blue) = 194+172+1=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AC01 is #3D53FE. Grayscale: #9F9F9F. Windows color (decimal): -4019199 or 109762. OLE color: 109762.

HSL color Cylindrical-coordinate representation of color #C2AC01: hue angle of 53.16º degrees, saturation: 0.99, 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 #C2AC01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 1 -
CMYK 0 0.11 0.99 0.24
HSL 53.16º 0.99% 0.38% -
HSV(B) 53.16º 0.99% 0.76% -
XYZ 37.01 40.98 5.99 -
YUV 159.08 38.79 152.9 -
System Red Green Blue C M Y K H S L
Decimal 194 172 1 0 0.11 0.99 0.24 53.16 0.99 0.38
Hex C2 AC 1 0 B 63 18 35 63 26
Octal 302 254 1 0 13 143 30 65 143 46
Binary 11000010 10101100 1 0 1011 1100011 11000 110101 1100011 100110

Color Harmonies of #C2AC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC01

Black with #C2AC01

Text Example


Text Example

White with #C2AC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC01; }

 p { color: rgb(194,172,1); }

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

background-color css

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

 a { background-color: rgb(194,172,1); }

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

border-color css

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

 span { border-color: rgb(194,172,1); }

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