Html Css Color HEX #C6AE07 La Rioja

📋 copy color: '#C6AE07'

red 198 ◦ green 174 ◦ blue 7

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

Shades of La Rioja #C6AE07

Tints of La Rioja #C6AE07

RGB

 RED value IS 198 (77.73% from 255) = 52.24%

 GREEN value IS 174 (68.36% from 255) = 45.91%

 BLUE value IS 7 (3.13% from 255) = 1.85%

R = 52.24%
G = 45.91%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C6AE07 (or 0xC6AE07) is known color: La Rioja. HEX triplet: C6, AE and 07. RGB value is (198,174,7). Sum of RGB (Red+Green+Blue) = 198+174+7=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AE07 is #3951F8. Grayscale: #A2A2A2. Windows color (decimal): -3756537 or 503494. OLE color: 503494.

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

Color convert

RGB 198 174 7 -
CMYK 0 0.12 0.96 0.22
HSL 52.46º 0.93% 0.4% -
HSV(B) 52.46º 0.96% 0.78% -
XYZ 38.46 42.29 6.34 -
YUV 162.14 40.45 153.58 -
System Red Green Blue C M Y K H S L
Decimal 198 174 7 0 0.12 0.96 0.22 52.46 0.93 0.4
Hex C6 AE 7 0 C 60 16 34 5D 28
Octal 306 256 7 0 14 140 26 64 135 50
Binary 11000110 10101110 111 0 1100 1100000 10110 110100 1011101 101000

Color Harmonies of #C6AE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AE07

Black with #C6AE07

Text Example


Text Example

White with #C6AE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AE07; }

 p { color: rgb(198,174,7); }

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

background-color css

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

 a { background-color: rgb(198,174,7); }

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

border-color css

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

 span { border-color: rgb(198,174,7); }

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