#C8B203

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

Shades of La Rioja #C8B203

Tints of La Rioja #C8B203

Color information

#C8B203 (or 0xC8B203) is unknown color: approx La Rioja. HEX triplet: C8, B2 and 03. RGB value is (200,178,3). Sum of RGB (Red+Green+Blue) = 200+178+3=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B203 is #374DFC. Grayscale: #A5A5A5. Windows color (decimal): -3624445 or 242376. OLE color: 242376.

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

Color convert

RGB2001783-
CMYK00.110.980.22
HSL53.3º97.04%39.8%-
HSV(B)53.3º98.5%78.43%-
XYZ39.7644.136.51-
YUV164.6336.79153.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.49%
GREEN value IS 178 (69.92% from 255) = 46.72%
BLUE value IS 3 (1.56% from 255) = 0.79%
R=52.49%
G=46.72%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200178300.110.980.2253.397.0439.8
HexC8B230B6216356128
Octal3102623013142266514150
Binary110010001011001011010111100010101101101011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B203; }

 p { color: rgb(200,178,3); }

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

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

 a { background-color: rgb(200,178,3); }

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

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

 span { border-color: rgb(200,178,3); }

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