#C6C308

Color #C6C308 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C6C308

Tints of La Rioja #C6C308

Color information

#C6C308 (or 0xC6C308) is unknown color: approx La Rioja. HEX triplet: C6, C3 and 08. RGB value is (198,195,8). Sum of RGB (Red+Green+Blue) = 198+195+8=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C308 is #393CF7. Grayscale: #AFAFAF. Windows color (decimal): -3751160 or 574406. OLE color: 574406.

HSL color Cylindrical-coordinate representation of color #C6C308: hue angle of 59.05º degrees, saturation: 0.92, 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 #C6C308 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1981958-
CMYK00.020.960.22
HSL59.05º92.23%40.39%-
HSV(B)59.05º95.96%77.65%-
XYZ42.8551.057.83-
YUV174.5833.99144.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.38%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 8 (3.52% from 255) = 2.00%
R=49.38%
G=48.63%
B=2.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198195800.020.960.2259.0592.2340.39
HexC6C380260163b5c28
Octal3063031002140267313450
Binary110001101100001110000101100000101101110111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C308; }

 p { color: rgb(198,195,8); }

 H1.HeaderClassName
 {
   color: #C6C308;
 }
 .AnyTagClassName
 {
   color: #C6C308;
 }
</style>
background-color css

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

 a { background-color: rgb(198,195,8); }

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

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

 span { border-color: rgb(198,195,8); }

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