Html Css Color HEX #C1C004 La Rioja

📋 copy color: '#C1C004'

red 193 ◦ green 192 ◦ blue 4

#C1C004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C1C004

Tints of La Rioja #C1C004

RGB

 RED value IS 193 (75.78% from 255) = 49.61%

 GREEN value IS 192 (75.39% from 255) = 49.36%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 49.61%
G = 49.36%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C1C004 (or 0xC1C004) is known color: La Rioja. HEX triplet: C1, C0 and 04. RGB value is (193,192,4). Sum of RGB (Red+Green+Blue) = 193+192+4=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1C004 is #3E3FFB. Grayscale: #ABABAB. Windows color (decimal): -4079612 or 311489. OLE color: 311489.

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

Color convert

RGB 193 192 4 -
CMYK 0 0.01 0.98 0.24
HSL 59.68º 0.96% 0.39% -
HSV(B) 59.68º 0.98% 0.76% -
XYZ 40.86 49.05 7.43 -
YUV 170.87 33.83 143.79 -
System Red Green Blue C M Y K H S L
Decimal 193 192 4 0 0.01 0.98 0.24 59.68 0.96 0.39
Hex C1 C0 4 0 1 62 18 3C 60 27
Octal 301 300 4 0 1 142 30 74 140 47
Binary 11000001 11000000 100 0 1 1100010 11000 111100 1100000 100111

Color Harmonies of #C1C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C004

Black with #C1C004

Text Example


Text Example

White with #C1C004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C004; }

 p { color: rgb(193,192,4); }

 H1.HeaderClassName
 {
   color: #C1C004;
 }
 .AnyTagClassName
 {
   color: #C1C004;
 }
</style>

background-color css

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

 a { background-color: rgb(193,192,4); }

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

border-color css

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

 span { border-color: rgb(193,192,4); }

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