#C8C70A

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

Shades of La Rioja #C8C70A

Tints of La Rioja #C8C70A

Color information

#C8C70A (or 0xC8C70A) is unknown color: approx La Rioja. HEX triplet: C8, C7 and 0A. RGB value is (200,199,10). Sum of RGB (Red+Green+Blue) = 200+199+10=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 10 (4.30% from 255 or 2.44% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C70A is #3738F5. Grayscale: #B2B2B2. Windows color (decimal): -3619062 or 706504. OLE color: 706504.

HSL color Cylindrical-coordinate representation of color #C8C70A: hue angle of 59.68º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8C70A is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB20019910-
CMYK00.000.950.22
HSL59.68º90.48%41.18%-
HSV(B)59.68º95%78.43%-
XYZ44.353.158.21-
YUV177.7533.33143.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 199 (78.12% from 255) = 48.66%
BLUE value IS 10 (4.30% from 255) = 2.44%
R=48.90%
G=48.66%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001991000.000.950.2259.6890.4841.18
HexC8C7A005F163c5a29
Octal3103071200137267413251
Binary11001000110001111010001011111101101111001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C70A; }

 p { color: rgb(200,199,10); }

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

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

 a { background-color: rgb(200,199,10); }

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

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

 span { border-color: rgb(200,199,10); }

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