Html Css Color HEX #C7BA05 La Rioja

📋 copy color: '#C7BA05'

red 199 ◦ green 186 ◦ blue 5

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

Shades of La Rioja #C7BA05

Tints of La Rioja #C7BA05

RGB

 RED value IS 199 (78.13% from 255) = 51.03%

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 51.03%
G = 47.69%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C7BA05 (or 0xC7BA05) is known color: La Rioja. HEX triplet: C7, BA and 05. RGB value is (199,186,5). Sum of RGB (Red+Green+Blue) = 199+186+5=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7BA05 is #3845FA. Grayscale: #A9A9A9. Windows color (decimal): -3687931 or 375495. OLE color: 375495.

HSL color Cylindrical-coordinate representation of color #C7BA05: hue angle of 55.98º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7BA05 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 186 5 -
CMYK 0 0.07 0.97 0.22
HSL 55.98º 0.95% 0.4% -
HSV(B) 55.98º 0.97% 0.78% -
XYZ 41.14 47.27 7.1 -
YUV 169.25 35.31 149.22 -
System Red Green Blue C M Y K H S L
Decimal 199 186 5 0 0.07 0.97 0.22 55.98 0.95 0.4
Hex C7 BA 5 0 7 61 16 38 5F 28
Octal 307 272 5 0 7 141 26 70 137 50
Binary 11000111 10111010 101 0 111 1100001 10110 111000 1011111 101000

Color Harmonies of #C7BA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA05

Black with #C7BA05

Text Example


Text Example

White with #C7BA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA05; }

 p { color: rgb(199,186,5); }

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

background-color css

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

 a { background-color: rgb(199,186,5); }

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

border-color css

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

 span { border-color: rgb(199,186,5); }

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