Html Css Color HEX #C7AC00 La Rioja

📋 copy color: '#C7AC00'

red 199 ◦ green 172 ◦ blue 0

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

Shades of La Rioja #C7AC00

Tints of La Rioja #C7AC00

RGB

 RED value IS 199 (78.13% from 255) = 53.64%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.64%
G = 46.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C7AC00 (or 0xC7AC00) is known color: La Rioja. HEX triplet: C7, AC and 00. RGB value is (199,172,0). Sum of RGB (Red+Green+Blue) = 199+172+0=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AC00 is #3853FF. Grayscale: #A1A1A1. Windows color (decimal): -3691520 or 44231. OLE color: 44231.

HSL color Cylindrical-coordinate representation of color #C7AC00: hue angle of 51.86º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7AC00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 172 0 -
CMYK 0 0.14 1 0.22
HSL 51.86º 1% 0.39% -
HSV(B) 51.86º 1% 0.78% -
XYZ 38.31 41.65 6.02 -
YUV 160.47 37.45 155.49 -
System Red Green Blue C M Y K H S L
Decimal 199 172 0 0 0.14 1 0.22 51.86 1 0.39
Hex C7 AC 0 0 E 64 16 34 64 27
Octal 307 254 0 0 16 144 26 64 144 47
Binary 11000111 10101100 0 0 1110 1100100 10110 110100 1100100 100111

Color Harmonies of #C7AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC00

Black with #C7AC00

Text Example


Text Example

White with #C7AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC00; }

 p { color: rgb(199,172,0); }

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

background-color css

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

 a { background-color: rgb(199,172,0); }

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

border-color css

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

 span { border-color: rgb(199,172,0); }

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