#C3C00C

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

Shades of La Rioja #C3C00C

Tints of La Rioja #C3C00C

Color information

#C3C00C (or 0xC3C00C) is unknown color: approx La Rioja. HEX triplet: C3, C0 and 0C. RGB value is (195,192,12). Sum of RGB (Red+Green+Blue) = 195+192+12=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C00C is #3C3FF3. Grayscale: #ADADAD. Windows color (decimal): -3948532 or 835779. OLE color: 835779.

HSL color Cylindrical-coordinate representation of color #C3C00C: hue angle of 59.02º 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 #C3C00C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB19519212-
CMYK00.020.940.24
HSL59.02º88.41%40.59%-
HSV(B)59.02º93.85%76.47%-
XYZ41.4249.337.69-
YUV172.3837.49144.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 192 (75.39% from 255) = 48.12%
BLUE value IS 12 (5.08% from 255) = 3.01%
R=48.87%
G=48.12%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951921200.020.940.2459.0288.4140.59
HexC3C0C025E183b5829
Octal3033001402136307313051
Binary110000111100000011000101011110110001110111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C00C; }

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

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

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

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

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

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

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

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