Html Css Color HEX #C0B302 La Rioja

📋 copy color: '#C0B302'

red 192 ◦ green 179 ◦ blue 2

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

Shades of La Rioja #C0B302

Tints of La Rioja #C0B302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 51.47%
G = 47.99%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0B302 (or 0xC0B302) is known color: La Rioja. HEX triplet: C0, B3 and 02. RGB value is (192,179,2). Sum of RGB (Red+Green+Blue) = 192+179+2=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B302 is #3F4CFD. Grayscale: #A3A3A3. Windows color (decimal): -4148478 or 177088. OLE color: 177088.

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

Color convert

RGB 192 179 2 -
CMYK 0 0.07 0.99 0.25
HSL 55.89º 0.98% 0.38% -
HSV(B) 55.89º 0.99% 0.75% -
XYZ 37.87 43.45 6.45 -
YUV 162.71 37.31 148.89 -
System Red Green Blue C M Y K H S L
Decimal 192 179 2 0 0.07 0.99 0.25 55.89 0.98 0.38
Hex C0 B3 2 0 7 63 19 38 62 26
Octal 300 263 2 0 7 143 31 70 142 46
Binary 11000000 10110011 10 0 111 1100011 11001 111000 1100010 100110

Color Harmonies of #C0B302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B302

Black with #C0B302

Text Example


Text Example

White with #C0B302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B302; }

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

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

background-color css

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

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

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

border-color css

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

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

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