Html Css Color HEX #C7B006 La Rioja

📋 copy color: '#C7B006'

red 199 ◦ green 176 ◦ blue 6

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

Shades of La Rioja #C7B006

Tints of La Rioja #C7B006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 52.23%
G = 46.19%
B = 1.57%

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

#C7B006 (or 0xC7B006) is known color: La Rioja. HEX triplet: C7, B0 and 06. RGB value is (199,176,6). Sum of RGB (Red+Green+Blue) = 199+176+6=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B006 is #384FF9. Grayscale: #A4A4A4. Windows color (decimal): -3690490 or 438471. OLE color: 438471.

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

Color convert

RGB 199 176 6 -
CMYK 0 0.12 0.97 0.22
HSL 52.85º 0.94% 0.4% -
HSV(B) 52.85º 0.97% 0.78% -
XYZ 39.11 43.21 6.45 -
YUV 163.5 39.12 153.32 -
System Red Green Blue C M Y K H S L
Decimal 199 176 6 0 0.12 0.97 0.22 52.85 0.94 0.4
Hex C7 B0 6 0 C 61 16 35 5E 28
Octal 307 260 6 0 14 141 26 65 136 50
Binary 11000111 10110000 110 0 1100 1100001 10110 110101 1011110 101000

Color Harmonies of #C7B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B006

Black with #C7B006

Text Example


Text Example

White with #C7B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B006; }

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

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

background-color css

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

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

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

border-color css

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

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

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