Html Css Color HEX #C2BA07 La Rioja

📋 copy color: '#C2BA07'

red 194 ◦ green 186 ◦ blue 7

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

Shades of La Rioja #C2BA07

Tints of La Rioja #C2BA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.81%

R = 50.13%
G = 48.06%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C2BA07 (or 0xC2BA07) is known color: La Rioja. HEX triplet: C2, BA and 07. RGB value is (194,186,7). Sum of RGB (Red+Green+Blue) = 194+186+7=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 7 (3.12% from 255 or 1.81% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BA07 is #3D45F8. Grayscale: #A8A8A8. Windows color (decimal): -4015609 or 506562. OLE color: 506562.

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

Color convert

RGB 194 186 7 -
CMYK 0 0.04 0.96 0.24
HSL 57.43º 0.93% 0.39% -
HSV(B) 57.43º 0.96% 0.76% -
XYZ 39.85 46.6 7.1 -
YUV 167.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 194 186 7 0 0.04 0.96 0.24 57.43 0.93 0.39
Hex C2 BA 7 0 4 60 18 39 5D 27
Octal 302 272 7 0 4 140 30 71 135 47
Binary 11000010 10111010 111 0 100 1100000 11000 111001 1011101 100111

Color Harmonies of #C2BA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA07

Black with #C2BA07

Text Example


Text Example

White with #C2BA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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