Html Css Color HEX #C0AF65 Gimblet

📋 copy color: '#C0AF65'

red 192 ◦ green 175 ◦ blue 101

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

Shades of Gimblet #C0AF65

Tints of Gimblet #C0AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 41.03%
G = 37.39%
B = 21.58%

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

#C0AF65 (or 0xC0AF65) is known color: Gimblet. HEX triplet: C0, AF and 65. RGB value is (192,175,101). Sum of RGB (Red+Green+Blue) = 192+175+101=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF65 is #3F509A. Grayscale: #ABABAB. Windows color (decimal): -4149403 or 6664128. OLE color: 6664128.

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

Color convert

RGB 192 175 101 -
CMYK 0 0.09 0.47 0.25
HSL 48.79º 0.42% 0.57% -
HSV(B) 48.79º 0.47% 0.75% -
XYZ 39.42 42.81 18.5 -
YUV 171.65 88.13 142.52 -
System Red Green Blue C M Y K H S L
Decimal 192 175 101 0 0.09 0.47 0.25 48.79 0.42 0.57
Hex C0 AF 65 0 9 2F 19 31 2A 39
Octal 300 257 145 0 11 57 31 61 52 71
Binary 11000000 10101111 1100101 0 1001 101111 11001 110001 101010 111001

Color Harmonies of #C0AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF65

Black with #C0AF65

Text Example


Text Example

White with #C0AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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