Html Css Color HEX #C0B404 La Rioja

📋 copy color: '#C0B404'

red 192 ◦ green 180 ◦ blue 4

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

Shades of La Rioja #C0B404

Tints of La Rioja #C0B404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.87%

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

R = 51.06%
G = 47.87%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C0B404 (or 0xC0B404) is known color: La Rioja. HEX triplet: C0, B4 and 04. RGB value is (192,180,4). Sum of RGB (Red+Green+Blue) = 192+180+4=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B404 is #3F4BFB. Grayscale: #A4A4A4. Windows color (decimal): -4148220 or 308416. OLE color: 308416.

HSL color Cylindrical-coordinate representation of color #C0B404: hue angle of 56.17º 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 #C0B404 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 180 4 -
CMYK 0 0.06 0.98 0.25
HSL 56.17º 0.96% 0.38% -
HSV(B) 56.17º 0.98% 0.75% -
XYZ 38.08 43.86 6.57 -
YUV 163.52 37.98 148.31 -
System Red Green Blue C M Y K H S L
Decimal 192 180 4 0 0.06 0.98 0.25 56.17 0.96 0.38
Hex C0 B4 4 0 6 62 19 38 60 26
Octal 300 264 4 0 6 142 31 70 140 46
Binary 11000000 10110100 100 0 110 1100010 11001 111000 1100000 100110

Color Harmonies of #C0B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B404

Black with #C0B404

Text Example


Text Example

White with #C0B404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B404; }

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

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

background-color css

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

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

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

border-color css

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

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

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