Html Css Color HEX #C0B315 La Rioja

📋 copy color: '#C0B315'

red 192 ◦ green 179 ◦ blue 21

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

Shades of La Rioja #C0B315

Tints of La Rioja #C0B315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.36%

R = 48.98%
G = 45.66%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C0B315 (or 0xC0B315) is known color: La Rioja. HEX triplet: C0, B3 and 15. RGB value is (192,179,21). Sum of RGB (Red+Green+Blue) = 192+179+21=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B315 is #3F4CEA. Grayscale: #A5A5A5. Windows color (decimal): -4148459 or 1422272. OLE color: 1422272.

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

Color convert

RGB 192 179 21 -
CMYK 0 0.07 0.89 0.25
HSL 55.44º 0.8% 0.42% -
HSV(B) 55.44º 0.89% 0.75% -
XYZ 37.99 43.5 7.1 -
YUV 164.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 192 179 21 0 0.07 0.89 0.25 55.44 0.8 0.42
Hex C0 B3 15 0 7 59 19 37 50 2A
Octal 300 263 25 0 7 131 31 67 120 52
Binary 11000000 10110011 10101 0 111 1011001 11001 110111 1010000 101010

Color Harmonies of #C0B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B315

Black with #C0B315

Text Example


Text Example

White with #C0B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B315; }

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

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

background-color css

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

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

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

border-color css

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

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

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