Html Css Color HEX #C0B304 La Rioja

📋 copy color: '#C0B304'

red 192 ◦ green 179 ◦ blue 4

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

Shades of La Rioja #C0B304

Tints of La Rioja #C0B304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 51.2%
G = 47.73%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C0B304 (or 0xC0B304) is known color: La Rioja. HEX triplet: C0, B3 and 04. RGB value is (192,179,4). Sum of RGB (Red+Green+Blue) = 192+179+4=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B304 is #3F4CFB. Grayscale: #A3A3A3. Windows color (decimal): -4148476 or 308160. OLE color: 308160.

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

Color convert

RGB 192 179 4 -
CMYK 0 0.07 0.98 0.25
HSL 55.85º 0.96% 0.38% -
HSV(B) 55.85º 0.98% 0.75% -
XYZ 37.88 43.46 6.51 -
YUV 162.94 38.31 148.73 -
System Red Green Blue C M Y K H S L
Decimal 192 179 4 0 0.07 0.98 0.25 55.85 0.96 0.38
Hex C0 B3 4 0 7 62 19 38 60 26
Octal 300 263 4 0 7 142 31 70 140 46
Binary 11000000 10110011 100 0 111 1100010 11001 111000 1100000 100110

Color Harmonies of #C0B304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B304

Black with #C0B304

Text Example


Text Example

White with #C0B304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B304; }

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

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

background-color css

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

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

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

border-color css

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

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

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