#C8C202

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

Shades of La Rioja #C8C202

Tints of La Rioja #C8C202

Color information

#C8C202 (or 0xC8C202) is unknown color: approx La Rioja. HEX triplet: C8, C2 and 02. RGB value is (200,194,2). Sum of RGB (Red+Green+Blue) = 200+194+2=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C202 is #373DFD. Grayscale: #AEAEAE. Windows color (decimal): -3620350 or 180936. OLE color: 180936.

HSL color Cylindrical-coordinate representation of color #C8C202: hue angle of 58.18º degrees, saturation: 0.98, 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 #C8C202 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB2001942-
CMYK00.030.990.22
HSL58.18º98.02%39.61%-
HSV(B)58.18º99%78.43%-
XYZ43.1250.877.6-
YUV173.9130.99146.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.51%
GREEN value IS 194 (76.17% from 255) = 48.99%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=50.51%
G=48.99%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200194200.030.990.2258.1898.0239.61
HexC8C220363163a6228
Octal310302203143267214250
Binary1100100011000010100111100011101101110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C202; }

 p { color: rgb(200,194,2); }

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

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

 a { background-color: rgb(200,194,2); }

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

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

 span { border-color: rgb(200,194,2); }

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