Html Css Color HEX #C0AC63 Gimblet

📋 copy color: '#C0AC63'

red 192 ◦ green 172 ◦ blue 99

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

Shades of Gimblet #C0AC63

Tints of Gimblet #C0AC63

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.15%

 BLUE value IS 99 (39.06% from 255) = 21.38%

R = 41.47%
G = 37.15%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0AC63 (or 0xC0AC63) is known color: Gimblet. HEX triplet: C0, AC and 63. RGB value is (192,172,99). Sum of RGB (Red+Green+Blue) = 192+172+99=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC63 is #3F539C. Grayscale: #A9A9A9. Windows color (decimal): -4150173 or 6532288. OLE color: 6532288.

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

Color convert

RGB 192 172 99 -
CMYK 0 0.10 0.48 0.25
HSL 47.1º 0.42% 0.57% -
HSV(B) 47.1º 0.48% 0.75% -
XYZ 38.74 41.61 17.79 -
YUV 169.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 192 172 99 0 0.10 0.48 0.25 47.1 0.42 0.57
Hex C0 AC 63 0 A 30 19 2F 2A 39
Octal 300 254 143 0 12 60 31 57 52 71
Binary 11000000 10101100 1100011 0 1010 110000 11001 101111 101010 111001

Color Harmonies of #C0AC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC63

Black with #C0AC63

Text Example


Text Example

White with #C0AC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC63; }

 p { color: rgb(192,172,99); }

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

background-color css

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

 a { background-color: rgb(192,172,99); }

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

border-color css

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

 span { border-color: rgb(192,172,99); }

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