Html Css Color HEX #C0B460 Gimblet

📋 copy color: '#C0B460'

red 192 ◦ green 180 ◦ blue 96

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

Shades of Gimblet #C0B460

Tints of Gimblet #C0B460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.51%

R = 41.03%
G = 38.46%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0B460 (or 0xC0B460) is known color: Gimblet. HEX triplet: C0, B4 and 60. RGB value is (192,180,96). Sum of RGB (Red+Green+Blue) = 192+180+96=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B460 is #3F4B9F. Grayscale: #AEAEAE. Windows color (decimal): -4148128 or 6337728. OLE color: 6337728.

HSL color Cylindrical-coordinate representation of color #C0B460: hue angle of 52.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0B460 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 180 96 -
CMYK 0 0.06 0.50 0.25
HSL 52.5º 0.43% 0.56% -
HSV(B) 52.5º 0.5% 0.75% -
XYZ 40.17 44.69 17.58 -
YUV 174.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 192 180 96 0 0.06 0.50 0.25 52.5 0.43 0.56
Hex C0 B4 60 0 6 32 19 34 2B 38
Octal 300 264 140 0 6 62 31 64 53 70
Binary 11000000 10110100 1100000 0 110 110010 11001 110100 101011 111000

Color Harmonies of #C0B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B460

Black with #C0B460

Text Example


Text Example

White with #C0B460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B460; }

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

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

background-color css

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

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

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

border-color css

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

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

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