Html Css Color HEX #C0B164 Gimblet

📋 copy color: '#C0B164'

red 192 ◦ green 177 ◦ blue 100

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

Shades of Gimblet #C0B164

Tints of Gimblet #C0B164

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 40.94%
G = 37.74%
B = 21.32%

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

#C0B164 (or 0xC0B164) is known color: Gimblet. HEX triplet: C0, B1 and 64. RGB value is (192,177,100). Sum of RGB (Red+Green+Blue) = 192+177+100=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B164 is #3F4E9B. Grayscale: #ADADAD. Windows color (decimal): -4148892 or 6599104. OLE color: 6599104.

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

Color convert

RGB 192 177 100 -
CMYK 0 0.08 0.48 0.25
HSL 50.22º 0.42% 0.57% -
HSV(B) 50.22º 0.48% 0.75% -
XYZ 39.76 43.57 18.37 -
YUV 172.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 192 177 100 0 0.08 0.48 0.25 50.22 0.42 0.57
Hex C0 B1 64 0 8 30 19 32 2A 39
Octal 300 261 144 0 10 60 31 62 52 71
Binary 11000000 10110001 1100100 0 1000 110000 11001 110010 101010 111001

Color Harmonies of #C0B164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B164

Black with #C0B164

Text Example


Text Example

White with #C0B164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B164; }

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

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

background-color css

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

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

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

border-color css

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

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

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