Html Css Color HEX #C7C205 La Rioja

📋 copy color: '#C7C205'

red 199 ◦ green 194 ◦ blue 5

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

Shades of La Rioja #C7C205

Tints of La Rioja #C7C205

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.74%

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

R = 50%
G = 48.74%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C7C205 (or 0xC7C205) is known color: La Rioja. HEX triplet: C7, C2 and 05. RGB value is (199,194,5). Sum of RGB (Red+Green+Blue) = 199+194+5=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C205 is #383DFA. Grayscale: #AEAEAE. Windows color (decimal): -3685883 or 377543. OLE color: 377543.

HSL color Cylindrical-coordinate representation of color #C7C205: hue angle of 58.45º 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 #C7C205 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 194 5 -
CMYK 0 0.03 0.97 0.22
HSL 58.45º 0.95% 0.4% -
HSV(B) 58.45º 0.97% 0.78% -
XYZ 42.87 50.74 7.68 -
YUV 173.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 199 194 5 0 0.03 0.97 0.22 58.45 0.95 0.4
Hex C7 C2 5 0 3 61 16 3A 5F 28
Octal 307 302 5 0 3 141 26 72 137 50
Binary 11000111 11000010 101 0 11 1100001 10110 111010 1011111 101000

Color Harmonies of #C7C205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C205

Black with #C7C205

Text Example


Text Example

White with #C7C205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C205; }

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

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

background-color css

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

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

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

border-color css

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

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

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