Html Css Color HEX #C7AF03 La Rioja

📋 copy color: '#C7AF03'

red 199 ◦ green 175 ◦ blue 3

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

Shades of La Rioja #C7AF03

Tints of La Rioja #C7AF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 52.79%
G = 46.42%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C7AF03 (or 0xC7AF03) is known color: La Rioja. HEX triplet: C7, AF and 03. RGB value is (199,175,3). Sum of RGB (Red+Green+Blue) = 199+175+3=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AF03 is #3850FC. Grayscale: #A3A3A3. Windows color (decimal): -3690749 or 241607. OLE color: 241607.

HSL color Cylindrical-coordinate representation of color #C7AF03: hue angle of 52.65º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7AF03 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 175 3 -
CMYK 0 0.12 0.98 0.22
HSL 52.65º 0.97% 0.4% -
HSV(B) 52.65º 0.98% 0.78% -
XYZ 38.9 42.81 6.3 -
YUV 162.57 37.95 153.99 -
System Red Green Blue C M Y K H S L
Decimal 199 175 3 0 0.12 0.98 0.22 52.65 0.97 0.4
Hex C7 AF 3 0 C 62 16 35 61 28
Octal 307 257 3 0 14 142 26 65 141 50
Binary 11000111 10101111 11 0 1100 1100010 10110 110101 1100001 101000

Color Harmonies of #C7AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF03

Black with #C7AF03

Text Example


Text Example

White with #C7AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF03; }

 p { color: rgb(199,175,3); }

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

background-color css

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

 a { background-color: rgb(199,175,3); }

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

border-color css

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

 span { border-color: rgb(199,175,3); }

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