Html Css Color HEX #C0AD5B Gimblet

📋 copy color: '#C0AD5B'

red 192 ◦ green 173 ◦ blue 91

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

Shades of Gimblet #C0AD5B

Tints of Gimblet #C0AD5B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 91 (35.94% from 255) = 19.96%

R = 42.11%
G = 37.94%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0AD5B (or 0xC0AD5B) is known color: Gimblet. HEX triplet: C0, AD and 5B. RGB value is (192,173,91). Sum of RGB (Red+Green+Blue) = 192+173+91=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AD5B is #3F52A4. Grayscale: #A9A9A9. Windows color (decimal): -4149925 or 6008256. OLE color: 6008256.

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

Color convert

RGB 192 173 91 -
CMYK 0 0.10 0.53 0.25
HSL 48.71º 0.44% 0.55% -
HSV(B) 48.71º 0.53% 0.75% -
XYZ 38.57 41.85 15.94 -
YUV 169.33 83.79 144.17 -
System Red Green Blue C M Y K H S L
Decimal 192 173 91 0 0.10 0.53 0.25 48.71 0.44 0.55
Hex C0 AD 5B 0 A 35 19 31 2C 37
Octal 300 255 133 0 12 65 31 61 54 67
Binary 11000000 10101101 1011011 0 1010 110101 11001 110001 101100 110111

Color Harmonies of #C0AD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AD5B

Black with #C0AD5B

Text Example


Text Example

White with #C0AD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AD5B; }

 p { color: rgb(192,173,91); }

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

background-color css

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

 a { background-color: rgb(192,173,91); }

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

border-color css

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

 span { border-color: rgb(192,173,91); }

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