#C3C002

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

Shades of La Rioja #C3C002

Tints of La Rioja #C3C002

Color information

#C3C002 (or 0xC3C002) is unknown color: approx La Rioja. HEX triplet: C3, C0 and 02. RGB value is (195,192,2). Sum of RGB (Red+Green+Blue) = 195+192+2=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C002 is #3C3FFD. Grayscale: #ACACAC. Windows color (decimal): -3948542 or 180419. OLE color: 180419.

HSL color Cylindrical-coordinate representation of color #C3C002: hue angle of 59.07º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3C002 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1951922-
CMYK00.020.990.24
HSL59.07º97.97%38.63%-
HSV(B)59.07º98.97%76.47%-
XYZ41.3749.317.39-
YUV171.2432.49144.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 192 (75.39% from 255) = 49.36%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=50.13%
G=49.36%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195192200.020.990.2459.0797.9738.63
HexC3C020263183b6227
Octal303300202143307314247
Binary1100001111000000100101100011110001110111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C002; }

 p { color: rgb(195,192,2); }

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

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

 a { background-color: rgb(195,192,2); }

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

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

 span { border-color: rgb(195,192,2); }

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