Html Css Color HEX #C6B105 La Rioja

📋 copy color: '#C6B105'

red 198 ◦ green 177 ◦ blue 5

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

Shades of La Rioja #C6B105

Tints of La Rioja #C6B105

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.58%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 52.11%
G = 46.58%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C6B105 (or 0xC6B105) is known color: La Rioja. HEX triplet: C6, B1 and 05. RGB value is (198,177,5). Sum of RGB (Red+Green+Blue) = 198+177+5=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B105 is #394EFA. Grayscale: #A4A4A4. Windows color (decimal): -3755771 or 373190. OLE color: 373190.

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

Color convert

RGB 198 177 5 -
CMYK 0 0.11 0.97 0.22
HSL 53.47º 0.95% 0.4% -
HSV(B) 53.47º 0.97% 0.78% -
XYZ 39.04 43.46 6.47 -
YUV 163.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 198 177 5 0 0.11 0.97 0.22 53.47 0.95 0.4
Hex C6 B1 5 0 B 61 16 35 5F 28
Octal 306 261 5 0 13 141 26 65 137 50
Binary 11000110 10110001 101 0 1011 1100001 10110 110101 1011111 101000

Color Harmonies of #C6B105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B105

Black with #C6B105

Text Example


Text Example

White with #C6B105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B105; }

 p { color: rgb(198,177,5); }

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

background-color css

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

 a { background-color: rgb(198,177,5); }

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

border-color css

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

 span { border-color: rgb(198,177,5); }

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