Html Css Color HEX #C7B005 La Rioja

📋 copy color: '#C7B005'

red 199 ◦ green 176 ◦ blue 5

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

Shades of La Rioja #C7B005

Tints of La Rioja #C7B005

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.32%

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

R = 52.37%
G = 46.32%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C7B005 (or 0xC7B005) is known color: La Rioja. HEX triplet: C7, B0 and 05. RGB value is (199,176,5). Sum of RGB (Red+Green+Blue) = 199+176+5=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B005 is #384FFA. Grayscale: #A4A4A4. Windows color (decimal): -3690491 or 372935. OLE color: 372935.

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

Color convert

RGB 199 176 5 -
CMYK 0 0.12 0.97 0.22
HSL 52.89º 0.95% 0.4% -
HSV(B) 52.89º 0.97% 0.78% -
XYZ 39.11 43.2 6.42 -
YUV 163.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 199 176 5 0 0.12 0.97 0.22 52.89 0.95 0.4
Hex C7 B0 5 0 C 61 16 35 5F 28
Octal 307 260 5 0 14 141 26 65 137 50
Binary 11000111 10110000 101 0 1100 1100001 10110 110101 1011111 101000

Color Harmonies of #C7B005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B005

Black with #C7B005

Text Example


Text Example

White with #C7B005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B005; }

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

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

background-color css

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

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

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

border-color css

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

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

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