Html Css Color HEX #C0B459 Gimblet

📋 copy color: '#C0B459'

red 192 ◦ green 180 ◦ blue 89

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

Shades of Gimblet #C0B459

Tints of Gimblet #C0B459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.31%

R = 41.65%
G = 39.05%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0B459 (or 0xC0B459) is known color: Gimblet. HEX triplet: C0, B4 and 59. RGB value is (192,180,89). Sum of RGB (Red+Green+Blue) = 192+180+89=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B459 is #3F4BA6. Grayscale: #ADADAD. Windows color (decimal): -4148135 or 5878976. OLE color: 5878976.

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

Color convert

RGB 192 180 89 -
CMYK 0 0.06 0.54 0.25
HSL 53.01º 0.45% 0.55% -
HSV(B) 53.01º 0.54% 0.75% -
XYZ 39.86 44.57 15.95 -
YUV 173.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 192 180 89 0 0.06 0.54 0.25 53.01 0.45 0.55
Hex C0 B4 59 0 6 36 19 35 2D 37
Octal 300 264 131 0 6 66 31 65 55 67
Binary 11000000 10110100 1011001 0 110 110110 11001 110101 101101 110111

Color Harmonies of #C0B459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B459

Black with #C0B459

Text Example


Text Example

White with #C0B459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B459; }

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

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

background-color css

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

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

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

border-color css

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

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

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