#C7BC06

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

Shades of La Rioja #C7BC06

Tints of La Rioja #C7BC06

Color information

#C7BC06 (or 0xC7BC06) is unknown color: approx La Rioja. HEX triplet: C7, BC and 06. RGB value is (199,188,6). Sum of RGB (Red+Green+Blue) = 199+188+6=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BC06 is #3843F9. Grayscale: #ABABAB. Windows color (decimal): -3687418 or 441543. OLE color: 441543.

HSL color Cylindrical-coordinate representation of color #C7BC06: hue angle of 56.58º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7BC06 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1991886-
CMYK00.060.970.22
HSL56.58º94.15%40.2%-
HSV(B)56.58º96.98%78.04%-
XYZ41.5748.127.27-
YUV170.5435.14148.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.64%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 6 (2.73% from 255) = 1.53%
R=50.64%
G=47.84%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199188600.060.970.2256.5894.1540.2
HexC7BC6066116395e28
Octal307274606141267113650
Binary110001111011110011001101100001101101110011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BC06; }

 p { color: rgb(199,188,6); }

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

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

 a { background-color: rgb(199,188,6); }

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

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

 span { border-color: rgb(199,188,6); }

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