#C4C208

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

Shades of La Rioja #C4C208

Tints of La Rioja #C4C208

Color information

#C4C208 (or 0xC4C208) is unknown color: approx La Rioja. HEX triplet: C4, C2 and 08. RGB value is (196,194,8). Sum of RGB (Red+Green+Blue) = 196+194+8=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C208 is #3B3DF7. Grayscale: #AEAEAE. Windows color (decimal): -3882488 or 574148. OLE color: 574148.

HSL color Cylindrical-coordinate representation of color #C4C208: hue angle of 59.36º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4C208 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1961948-
CMYK00.010.960.23
HSL59.36º92.16%40%-
HSV(B)59.36º95.92%76.86%-
XYZ42.150.347.73-
YUV173.3934.66144.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.25%
GREEN value IS 194 (76.17% from 255) = 48.74%
BLUE value IS 8 (3.52% from 255) = 2.01%
R=49.25%
G=48.74%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196194800.010.960.2359.3692.1640
HexC4C280160173b5c28
Octal3043021001140277313450
Binary11000100110000101000011100000101111110111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C208; }

 p { color: rgb(196,194,8); }

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

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

 a { background-color: rgb(196,194,8); }

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

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

 span { border-color: rgb(196,194,8); }

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