Html Css Color HEX #C0B303 La Rioja

📋 copy color: '#C0B303'

red 192 ◦ green 179 ◦ blue 3

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

Shades of La Rioja #C0B303

Tints of La Rioja #C0B303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 51.34%
G = 47.86%
B = 0.8%

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

#C0B303 (or 0xC0B303) is known color: La Rioja. HEX triplet: C0, B3 and 03. RGB value is (192,179,3). Sum of RGB (Red+Green+Blue) = 192+179+3=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B303 is #3F4CFC. Grayscale: #A3A3A3. Windows color (decimal): -4148477 or 242624. OLE color: 242624.

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

Color convert

RGB 192 179 3 -
CMYK 0 0.07 0.98 0.25
HSL 55.87º 0.97% 0.38% -
HSV(B) 55.87º 0.98% 0.75% -
XYZ 37.87 43.45 6.48 -
YUV 162.82 37.81 148.81 -
System Red Green Blue C M Y K H S L
Decimal 192 179 3 0 0.07 0.98 0.25 55.87 0.97 0.38
Hex C0 B3 3 0 7 62 19 38 61 26
Octal 300 263 3 0 7 142 31 70 141 46
Binary 11000000 10110011 11 0 111 1100010 11001 111000 1100001 100110

Color Harmonies of #C0B303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B303

Black with #C0B303

Text Example


Text Example

White with #C0B303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B303; }

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

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

background-color css

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

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

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

border-color css

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

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

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