Html Css Color HEX #C7C40B La Rioja

📋 copy color: '#C7C40B'

red 199 ◦ green 196 ◦ blue 11

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

Shades of La Rioja #C7C40B

Tints of La Rioja #C7C40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.28%

 BLUE value IS 11 (4.69% from 255) = 2.71%

R = 49.01%
G = 48.28%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7C40B (or 0xC7C40B) is known color: La Rioja. HEX triplet: C7, C4 and 0B. RGB value is (199,196,11). Sum of RGB (Red+Green+Blue) = 199+196+11=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C40B is #383BF4. Grayscale: #B0B0B0. Windows color (decimal): -3685365 or 771271. OLE color: 771271.

HSL color Cylindrical-coordinate representation of color #C7C40B: hue angle of 59.04º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7C40B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 196 11 -
CMYK 0 0.02 0.94 0.22
HSL 59.04º 0.9% 0.41% -
HSV(B) 59.04º 0.94% 0.78% -
XYZ 43.35 51.65 8 -
YUV 175.81 34.99 144.54 -
System Red Green Blue C M Y K H S L
Decimal 199 196 11 0 0.02 0.94 0.22 59.04 0.9 0.41
Hex C7 C4 B 0 2 5E 16 3B 5A 29
Octal 307 304 13 0 2 136 26 73 132 51
Binary 11000111 11000100 1011 0 10 1011110 10110 111011 1011010 101001

Color Harmonies of #C7C40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C40B

Black with #C7C40B

Text Example


Text Example

White with #C7C40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C40B; }

 p { color: rgb(199,196,11); }

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

background-color css

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

 a { background-color: rgb(199,196,11); }

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

border-color css

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

 span { border-color: rgb(199,196,11); }

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