Html Css Color HEX #C0AF66 Gimblet

📋 copy color: '#C0AF66'

red 192 ◦ green 175 ◦ blue 102

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

Shades of Gimblet #C0AF66

Tints of Gimblet #C0AF66

RGB

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

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

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

R = 40.94%
G = 37.31%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0AF66 (or 0xC0AF66) is known color: Gimblet. HEX triplet: C0, AF and 66. RGB value is (192,175,102). Sum of RGB (Red+Green+Blue) = 192+175+102=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF66 is #3F5099. Grayscale: #ACACAC. Windows color (decimal): -4149402 or 6729664. OLE color: 6729664.

HSL color Cylindrical-coordinate representation of color #C0AF66: hue angle of 48.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 #C0AF66 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 102 -
CMYK 0 0.09 0.47 0.25
HSL 48.67º 0.42% 0.58% -
HSV(B) 48.67º 0.47% 0.75% -
XYZ 39.47 42.83 18.76 -
YUV 171.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 192 175 102 0 0.09 0.47 0.25 48.67 0.42 0.58
Hex C0 AF 66 0 9 2F 19 31 2A 3A
Octal 300 257 146 0 11 57 31 61 52 72
Binary 11000000 10101111 1100110 0 1001 101111 11001 110001 101010 111010

Color Harmonies of #C0AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF66

Black with #C0AF66

Text Example


Text Example

White with #C0AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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