Html Css Color HEX #C2B00E La Rioja

📋 copy color: '#C2B00E'

red 194 ◦ green 176 ◦ blue 14

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

Shades of La Rioja #C2B00E

Tints of La Rioja #C2B00E

RGB

 RED value IS 194 (76.17% from 255) = 50.52%

 GREEN value IS 176 (69.14% from 255) = 45.83%

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

R = 50.52%
G = 45.83%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2B00E (or 0xC2B00E) is known color: La Rioja. HEX triplet: C2, B0 and 0E. RGB value is (194,176,14). Sum of RGB (Red+Green+Blue) = 194+176+14=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2B00E is #3D4FF1. Grayscale: #A3A3A3. Windows color (decimal): -4018162 or 962754. OLE color: 962754.

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

Color convert

RGB 194 176 14 -
CMYK 0 0.09 0.93 0.24
HSL 54º 0.87% 0.41% -
HSV(B) 54º 0.93% 0.76% -
XYZ 37.85 42.55 6.63 -
YUV 162.91 43.96 150.17 -
System Red Green Blue C M Y K H S L
Decimal 194 176 14 0 0.09 0.93 0.24 54 0.87 0.41
Hex C2 B0 E 0 9 5D 18 36 57 29
Octal 302 260 16 0 11 135 30 66 127 51
Binary 11000010 10110000 1110 0 1001 1011101 11000 110110 1010111 101001

Color Harmonies of #C2B00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B00E

Black with #C2B00E

Text Example


Text Example

White with #C2B00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B00E; }

 p { color: rgb(194,176,14); }

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

background-color css

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

 a { background-color: rgb(194,176,14); }

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

border-color css

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

 span { border-color: rgb(194,176,14); }

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