Html Css Color HEX #C0B45F Gimblet

📋 copy color: '#C0B45F'

red 192 ◦ green 180 ◦ blue 95

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

Shades of Gimblet #C0B45F

Tints of Gimblet #C0B45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.34%

R = 41.11%
G = 38.54%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0B45F (or 0xC0B45F) is known color: Gimblet. HEX triplet: C0, B4 and 5F. RGB value is (192,180,95). Sum of RGB (Red+Green+Blue) = 192+180+95=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B45F is #3F4BA0. Grayscale: #AEAEAE. Windows color (decimal): -4148129 or 6272192. OLE color: 6272192.

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

Color convert

RGB 192 180 95 -
CMYK 0 0.06 0.51 0.25
HSL 52.58º 0.43% 0.56% -
HSV(B) 52.58º 0.51% 0.75% -
XYZ 40.13 44.68 17.33 -
YUV 173.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 192 180 95 0 0.06 0.51 0.25 52.58 0.43 0.56
Hex C0 B4 5F 0 6 33 19 35 2B 38
Octal 300 264 137 0 6 63 31 65 53 70
Binary 11000000 10110100 1011111 0 110 110011 11001 110101 101011 111000

Color Harmonies of #C0B45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B45F

Black with #C0B45F

Text Example


Text Example

White with #C0B45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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