#C3BF06

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

Shades of La Rioja #C3BF06

Tints of La Rioja #C3BF06

Color information

#C3BF06 (or 0xC3BF06) is unknown color: approx La Rioja. HEX triplet: C3, BF and 06. RGB value is (195,191,6). Sum of RGB (Red+Green+Blue) = 195+191+6=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BF06 is #3C40F9. Grayscale: #ABABAB. Windows color (decimal): -3948794 or 442307. OLE color: 442307.

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

Color convert

RGB1951916-
CMYK00.020.970.24
HSL58.73º94.03%39.41%-
HSV(B)58.73º96.92%76.47%-
XYZ41.1748.887.44-
YUV171.1134.83145.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.74%
GREEN value IS 191 (75% from 255) = 48.72%
BLUE value IS 6 (2.73% from 255) = 1.53%
R=49.74%
G=48.72%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195191600.020.970.2458.7394.0339.41
HexC3BF60261183b5e27
Octal303277602141307313647
Binary11000011101111111100101100001110001110111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF06; }

 p { color: rgb(195,191,6); }

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

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

 a { background-color: rgb(195,191,6); }

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

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

 span { border-color: rgb(195,191,6); }

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