Html Css Color HEX #C5B00C La Rioja

📋 copy color: '#C5B00C'

red 197 ◦ green 176 ◦ blue 12

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

Shades of La Rioja #C5B00C

Tints of La Rioja #C5B00C

RGB

 RED value IS 197 (77.34% from 255) = 51.17%

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

 BLUE value IS 12 (5.08% from 255) = 3.12%

R = 51.17%
G = 45.71%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5B00C (or 0xC5B00C) is known color: La Rioja. HEX triplet: C5, B0 and 0C. RGB value is (197,176,12). Sum of RGB (Red+Green+Blue) = 197+176+12=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B00C is #3A4FF3. Grayscale: #A4A4A4. Windows color (decimal): -3821556 or 831685. OLE color: 831685.

HSL color Cylindrical-coordinate representation of color #C5B00C: hue angle of 53.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5B00C is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 12 -
CMYK 0 0.11 0.94 0.23
HSL 53.19º 0.89% 0.41% -
HSV(B) 53.19º 0.94% 0.77% -
XYZ 38.62 42.95 6.6 -
YUV 163.58 42.46 151.84 -
System Red Green Blue C M Y K H S L
Decimal 197 176 12 0 0.11 0.94 0.23 53.19 0.89 0.41
Hex C5 B0 C 0 B 5E 17 35 59 29
Octal 305 260 14 0 13 136 27 65 131 51
Binary 11000101 10110000 1100 0 1011 1011110 10111 110101 1011001 101001

Color Harmonies of #C5B00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B00C

Black with #C5B00C

Text Example


Text Example

White with #C5B00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B00C; }

 p { color: rgb(197,176,12); }

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

background-color css

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

 a { background-color: rgb(197,176,12); }

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

border-color css

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

 span { border-color: rgb(197,176,12); }

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