Html Css Color HEX #C2B40C La Rioja

📋 copy color: '#C2B40C'

red 194 ◦ green 180 ◦ blue 12

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

Shades of La Rioja #C2B40C

Tints of La Rioja #C2B40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.63%

 BLUE value IS 12 (5.08% from 255) = 3.11%

R = 50.26%
G = 46.63%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C2B40C (or 0xC2B40C) is known color: La Rioja. HEX triplet: C2, B4 and 0C. RGB value is (194,180,12). Sum of RGB (Red+Green+Blue) = 194+180+12=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B40C is #3D4BF3. Grayscale: #A5A5A5. Windows color (decimal): -4017140 or 832706. OLE color: 832706.

HSL color Cylindrical-coordinate representation of color #C2B40C: hue angle of 55.38º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2B40C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 12 -
CMYK 0 0.07 0.94 0.24
HSL 55.38º 0.88% 0.4% -
HSV(B) 55.38º 0.94% 0.76% -
XYZ 38.64 44.14 6.83 -
YUV 165.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 194 180 12 0 0.07 0.94 0.24 55.38 0.88 0.4
Hex C2 B4 C 0 7 5E 18 37 58 28
Octal 302 264 14 0 7 136 30 67 130 50
Binary 11000010 10110100 1100 0 111 1011110 11000 110111 1011000 101000

Color Harmonies of #C2B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B40C

Black with #C2B40C

Text Example


Text Example

White with #C2B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B40C; }

 p { color: rgb(194,180,12); }

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

background-color css

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

 a { background-color: rgb(194,180,12); }

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

border-color css

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

 span { border-color: rgb(194,180,12); }

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