Html Css Color HEX #C4C00E La Rioja

📋 copy color: '#C4C00E'

red 196 ◦ green 192 ◦ blue 14

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

Shades of La Rioja #C4C00E

Tints of La Rioja #C4C00E

RGB

 RED value IS 196 (76.95% from 255) = 48.76%

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

 BLUE value IS 14 (5.86% from 255) = 3.48%

R = 48.76%
G = 47.76%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4C00E (or 0xC4C00E) is known color: La Rioja. HEX triplet: C4, C0 and 0E. RGB value is (196,192,14). Sum of RGB (Red+Green+Blue) = 196+192+14=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C00E is #3B3FF1. Grayscale: #ADADAD. Windows color (decimal): -3882994 or 966852. OLE color: 966852.

HSL color Cylindrical-coordinate representation of color #C4C00E: hue angle of 58.68º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4C00E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 14 -
CMYK 0 0.02 0.93 0.23
HSL 58.68º 0.87% 0.41% -
HSV(B) 58.68º 0.93% 0.77% -
XYZ 41.69 49.47 7.77 -
YUV 172.9 38.33 144.47 -
System Red Green Blue C M Y K H S L
Decimal 196 192 14 0 0.02 0.93 0.23 58.68 0.87 0.41
Hex C4 C0 E 0 2 5D 17 3B 57 29
Octal 304 300 16 0 2 135 27 73 127 51
Binary 11000100 11000000 1110 0 10 1011101 10111 111011 1010111 101001

Color Harmonies of #C4C00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C00E

Black with #C4C00E

Text Example


Text Example

White with #C4C00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C00E; }

 p { color: rgb(196,192,14); }

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

background-color css

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

 a { background-color: rgb(196,192,14); }

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

border-color css

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

 span { border-color: rgb(196,192,14); }

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