Html Css Color HEX #C6B80C La Rioja

📋 copy color: '#C6B80C'

red 198 ◦ green 184 ◦ blue 12

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

Shades of La Rioja #C6B80C

Tints of La Rioja #C6B80C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 50.25%
G = 46.7%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6B80C (or 0xC6B80C) is known color: La Rioja. HEX triplet: C6, B8 and 0C. RGB value is (198,184,12). Sum of RGB (Red+Green+Blue) = 198+184+12=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B80C is #3947F3. Grayscale: #A9A9A9. Windows color (decimal): -3753972 or 833734. OLE color: 833734.

HSL color Cylindrical-coordinate representation of color #C6B80C: hue angle of 55.48º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6B80C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 184 12 -
CMYK 0 0.07 0.94 0.22
HSL 55.48º 0.89% 0.41% -
HSV(B) 55.48º 0.94% 0.78% -
XYZ 40.5 46.31 7.15 -
YUV 168.58 39.64 148.99 -
System Red Green Blue C M Y K H S L
Decimal 198 184 12 0 0.07 0.94 0.22 55.48 0.89 0.41
Hex C6 B8 C 0 7 5E 16 37 59 29
Octal 306 270 14 0 7 136 26 67 131 51
Binary 11000110 10111000 1100 0 111 1011110 10110 110111 1011001 101001

Color Harmonies of #C6B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B80C

Black with #C6B80C

Text Example


Text Example

White with #C6B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B80C; }

 p { color: rgb(198,184,12); }

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

background-color css

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

 a { background-color: rgb(198,184,12); }

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

border-color css

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

 span { border-color: rgb(198,184,12); }

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