Html Css Color HEX #C0AF60 Gimblet

📋 copy color: '#C0AF60'

red 192 ◦ green 175 ◦ blue 96

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

Shades of Gimblet #C0AF60

Tints of Gimblet #C0AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

 BLUE value IS 96 (37.89% from 255) = 20.73%

R = 41.47%
G = 37.8%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0AF60 (or 0xC0AF60) is known color: Gimblet. HEX triplet: C0, AF and 60. RGB value is (192,175,96). Sum of RGB (Red+Green+Blue) = 192+175+96=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF60 is #3F509F. Grayscale: #ABABAB. Windows color (decimal): -4149408 or 6336448. OLE color: 6336448.

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

Color convert

RGB 192 175 96 -
CMYK 0 0.09 0.50 0.25
HSL 49.38º 0.43% 0.56% -
HSV(B) 49.38º 0.5% 0.75% -
XYZ 39.18 42.71 17.25 -
YUV 171.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 192 175 96 0 0.09 0.50 0.25 49.38 0.43 0.56
Hex C0 AF 60 0 9 32 19 31 2B 38
Octal 300 257 140 0 11 62 31 61 53 70
Binary 11000000 10101111 1100000 0 1001 110010 11001 110001 101011 111000

Color Harmonies of #C0AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF60

Black with #C0AF60

Text Example


Text Example

White with #C0AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF60; }

 p { color: rgb(192,175,96); }

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

background-color css

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

 a { background-color: rgb(192,175,96); }

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

border-color css

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

 span { border-color: rgb(192,175,96); }

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