Html Css Color HEX #C0B45D Gimblet

📋 copy color: '#C0B45D'

red 192 ◦ green 180 ◦ blue 93

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

Shades of Gimblet #C0B45D

Tints of Gimblet #C0B45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20%

R = 41.29%
G = 38.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0B45D (or 0xC0B45D) is known color: Gimblet. HEX triplet: C0, B4 and 5D. RGB value is (192,180,93). Sum of RGB (Red+Green+Blue) = 192+180+93=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B45D is #3F4BA2. Grayscale: #AEAEAE. Windows color (decimal): -4148131 or 6141120. OLE color: 6141120.

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

Color convert

RGB 192 180 93 -
CMYK 0 0.06 0.52 0.25
HSL 52.73º 0.44% 0.56% -
HSV(B) 52.73º 0.52% 0.75% -
XYZ 40.04 44.64 16.86 -
YUV 173.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 192 180 93 0 0.06 0.52 0.25 52.73 0.44 0.56
Hex C0 B4 5D 0 6 34 19 35 2C 38
Octal 300 264 135 0 6 64 31 65 54 70
Binary 11000000 10110100 1011101 0 110 110100 11001 110101 101100 111000

Color Harmonies of #C0B45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B45D

Black with #C0B45D

Text Example


Text Example

White with #C0B45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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