Html Css Color HEX #C0B30C La Rioja

📋 copy color: '#C0B30C'

red 192 ◦ green 179 ◦ blue 12

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

Shades of La Rioja #C0B30C

Tints of La Rioja #C0B30C

RGB

 RED value IS 192 (75.39% from 255) = 50.13%

 GREEN value IS 179 (70.31% from 255) = 46.74%

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

R = 50.13%
G = 46.74%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0B30C (or 0xC0B30C) is known color: La Rioja. HEX triplet: C0, B3 and 0C. RGB value is (192,179,12). Sum of RGB (Red+Green+Blue) = 192+179+12=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B30C is #3F4CF3. Grayscale: #A4A4A4. Windows color (decimal): -4148468 or 832448. OLE color: 832448.

HSL color Cylindrical-coordinate representation of color #C0B30C: hue angle of 55.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0B30C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 12 -
CMYK 0 0.07 0.94 0.25
HSL 55.67º 0.88% 0.4% -
HSV(B) 55.67º 0.94% 0.75% -
XYZ 37.92 43.47 6.74 -
YUV 163.85 42.31 148.08 -
System Red Green Blue C M Y K H S L
Decimal 192 179 12 0 0.07 0.94 0.25 55.67 0.88 0.4
Hex C0 B3 C 0 7 5E 19 38 58 28
Octal 300 263 14 0 7 136 31 70 130 50
Binary 11000000 10110011 1100 0 111 1011110 11001 111000 1011000 101000

Color Harmonies of #C0B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B30C

Black with #C0B30C

Text Example


Text Example

White with #C0B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B30C; }

 p { color: rgb(192,179,12); }

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

background-color css

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

 a { background-color: rgb(192,179,12); }

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

border-color css

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

 span { border-color: rgb(192,179,12); }

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