Html Css Color HEX #C3AC01 La Rioja

📋 copy color: '#C3AC01'

red 195 ◦ green 172 ◦ blue 1

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

Shades of La Rioja #C3AC01

Tints of La Rioja #C3AC01

RGB

 RED value IS 195 (76.56% from 255) = 52.99%

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

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

R = 52.99%
G = 46.74%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C3AC01 (or 0xC3AC01) is known color: La Rioja. HEX triplet: C3, AC and 01. RGB value is (195,172,1). Sum of RGB (Red+Green+Blue) = 195+172+1=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AC01 is #3C53FE. Grayscale: #A0A0A0. Windows color (decimal): -3953663 or 109763. OLE color: 109763.

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

Color convert

RGB 195 172 1 -
CMYK 0 0.12 0.99 0.24
HSL 52.89º 0.99% 0.38% -
HSV(B) 52.89º 0.99% 0.76% -
XYZ 37.26 41.11 6 -
YUV 159.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 195 172 1 0 0.12 0.99 0.24 52.89 0.99 0.38
Hex C3 AC 1 0 C 63 18 35 63 26
Octal 303 254 1 0 14 143 30 65 143 46
Binary 11000011 10101100 1 0 1100 1100011 11000 110101 1100011 100110

Color Harmonies of #C3AC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC01

Black with #C3AC01

Text Example


Text Example

White with #C3AC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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