#C3BE0C

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

Shades of La Rioja #C3BE0C

Tints of La Rioja #C3BE0C

Color information

#C3BE0C (or 0xC3BE0C) is unknown color: approx La Rioja. HEX triplet: C3, BE and 0C. RGB value is (195,190,12). Sum of RGB (Red+Green+Blue) = 195+190+12=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BE0C is #3C41F3. Grayscale: #ABABAB. Windows color (decimal): -3949044 or 835267. OLE color: 835267.

HSL color Cylindrical-coordinate representation of color #C3BE0C: hue angle of 58.36º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3BE0C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19519012-
CMYK00.030.940.24
HSL58.36º88.41%40.59%-
HSV(B)58.36º93.85%76.47%-
XYZ40.9948.467.54-
YUV171.238.16144.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 12 (5.08% from 255) = 3.02%
R=49.12%
G=47.86%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951901200.030.940.2458.3688.4140.59
HexC3BEC035E183a5829
Octal3032761403136307213051
Binary110000111011111011000111011110110001110101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE0C; }

 p { color: rgb(195,190,12); }

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

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

 a { background-color: rgb(195,190,12); }

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

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

 span { border-color: rgb(195,190,12); }

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