Html Css Color HEX #C0AC66 Gimblet

📋 copy color: '#C0AC66'

red 192 ◦ green 172 ◦ blue 102

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

Shades of Gimblet #C0AC66

Tints of Gimblet #C0AC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.89%

R = 41.2%
G = 36.91%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0AC66 (or 0xC0AC66) is known color: Gimblet. HEX triplet: C0, AC and 66. RGB value is (192,172,102). Sum of RGB (Red+Green+Blue) = 192+172+102=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AC66 is #3F5399. Grayscale: #AAAAAA. Windows color (decimal): -4150170 or 6728896. OLE color: 6728896.

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

Color convert

RGB 192 172 102 -
CMYK 0 0.10 0.47 0.25
HSL 46.67º 0.42% 0.58% -
HSV(B) 46.67º 0.47% 0.75% -
XYZ 38.89 41.67 18.56 -
YUV 170 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 192 172 102 0 0.10 0.47 0.25 46.67 0.42 0.58
Hex C0 AC 66 0 A 2F 19 2F 2A 3A
Octal 300 254 146 0 12 57 31 57 52 72
Binary 11000000 10101100 1100110 0 1010 101111 11001 101111 101010 111010

Color Harmonies of #C0AC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC66

Black with #C0AC66

Text Example


Text Example

White with #C0AC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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