Html Css Color HEX #C0B064 Gimblet

📋 copy color: '#C0B064'

red 192 ◦ green 176 ◦ blue 100

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

Shades of Gimblet #C0B064

Tints of Gimblet #C0B064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.61%

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 41.03%
G = 37.61%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0B064 (or 0xC0B064) is known color: Gimblet. HEX triplet: C0, B0 and 64. RGB value is (192,176,100). Sum of RGB (Red+Green+Blue) = 192+176+100=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B064 is #3F4F9B. Grayscale: #ACACAC. Windows color (decimal): -4149148 or 6598848. OLE color: 6598848.

HSL color Cylindrical-coordinate representation of color #C0B064: hue angle of 49.57º 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 #C0B064 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 100 -
CMYK 0 0.08 0.48 0.25
HSL 49.57º 0.42% 0.57% -
HSV(B) 49.57º 0.48% 0.75% -
XYZ 39.56 43.18 18.31 -
YUV 172.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 192 176 100 0 0.08 0.48 0.25 49.57 0.42 0.57
Hex C0 B0 64 0 8 30 19 32 2A 39
Octal 300 260 144 0 10 60 31 62 52 71
Binary 11000000 10110000 1100100 0 1000 110000 11001 110010 101010 111001

Color Harmonies of #C0B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B064

Black with #C0B064

Text Example


Text Example

White with #C0B064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B064; }

 p { color: rgb(192,176,100); }

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

background-color css

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

 a { background-color: rgb(192,176,100); }

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

border-color css

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

 span { border-color: rgb(192,176,100); }

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