Html Css Color HEX #C2BA0F La Rioja

📋 copy color: '#C2BA0F'

red 194 ◦ green 186 ◦ blue 15

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

Shades of La Rioja #C2BA0F

Tints of La Rioja #C2BA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 15 (6.25% from 255) = 3.8%

R = 49.11%
G = 47.09%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2BA0F (or 0xC2BA0F) is known color: La Rioja. HEX triplet: C2, BA and 0F. RGB value is (194,186,15). Sum of RGB (Red+Green+Blue) = 194+186+15=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BA0F is #3D45F0. Grayscale: #A9A9A9. Windows color (decimal): -4015601 or 1030850. OLE color: 1030850.

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

Color convert

RGB 194 186 15 -
CMYK 0 0.04 0.92 0.24
HSL 57.32º 0.86% 0.41% -
HSV(B) 57.32º 0.92% 0.76% -
XYZ 39.89 46.62 7.35 -
YUV 168.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 194 186 15 0 0.04 0.92 0.24 57.32 0.86 0.41
Hex C2 BA F 0 4 5C 18 39 56 29
Octal 302 272 17 0 4 134 30 71 126 51
Binary 11000010 10111010 1111 0 100 1011100 11000 111001 1010110 101001

Color Harmonies of #C2BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA0F

Black with #C2BA0F

Text Example


Text Example

White with #C2BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA0F; }

 p { color: rgb(194,186,15); }

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

background-color css

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

 a { background-color: rgb(194,186,15); }

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

border-color css

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

 span { border-color: rgb(194,186,15); }

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