#C8C102

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

Shades of La Rioja #C8C102

Tints of La Rioja #C8C102

Color information

#C8C102 (or 0xC8C102) is unknown color: approx La Rioja. HEX triplet: C8, C1 and 02. RGB value is (200,193,2). Sum of RGB (Red+Green+Blue) = 200+193+2=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C102 is #373EFD. Grayscale: #AEAEAE. Windows color (decimal): -3620606 or 180680. OLE color: 180680.

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

Color convert

RGB2001932-
CMYK00.040.990.22
HSL57.88º98.02%39.61%-
HSV(B)57.88º99%78.43%-
XYZ42.950.427.53-
YUV173.3231.32147.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 193 (75.78% from 255) = 48.86%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=50.63%
G=48.86%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200193200.040.990.2257.8898.0239.61
HexC8C120463163a6228
Octal310301204143267214250
Binary11001000110000011001001100011101101110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C102; }

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

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

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

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

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

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

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

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