Html Css Color HEX #C0B417 La Rioja

📋 copy color: '#C0B417'

red 192 ◦ green 180 ◦ blue 23

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

Shades of La Rioja #C0B417

Tints of La Rioja #C0B417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.82%

R = 48.61%
G = 45.57%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C0B417 (or 0xC0B417) is known color: La Rioja. HEX triplet: C0, B4 and 17. RGB value is (192,180,23). Sum of RGB (Red+Green+Blue) = 192+180+23=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B417 is #3F4BE8. Grayscale: #A6A6A6. Windows color (decimal): -4148201 or 1553600. OLE color: 1553600.

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

Color convert

RGB 192 180 23 -
CMYK 0 0.06 0.88 0.25
HSL 55.74º 0.79% 0.42% -
HSV(B) 55.74º 0.88% 0.75% -
XYZ 38.21 43.91 7.27 -
YUV 165.69 47.48 146.77 -
System Red Green Blue C M Y K H S L
Decimal 192 180 23 0 0.06 0.88 0.25 55.74 0.79 0.42
Hex C0 B4 17 0 6 58 19 38 4F 2A
Octal 300 264 27 0 6 130 31 70 117 52
Binary 11000000 10110100 10111 0 110 1011000 11001 111000 1001111 101010

Color Harmonies of #C0B417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B417

Black with #C0B417

Text Example


Text Example

White with #C0B417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B417; }

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

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

background-color css

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

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

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

border-color css

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

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

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