Html Css Color HEX #C0B364 Gimblet

📋 copy color: '#C0B364'

red 192 ◦ green 179 ◦ blue 100

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

Shades of Gimblet #C0B364

Tints of Gimblet #C0B364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

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

R = 40.76%
G = 38%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0B364 (or 0xC0B364) is known color: Gimblet. HEX triplet: C0, B3 and 64. RGB value is (192,179,100). Sum of RGB (Red+Green+Blue) = 192+179+100=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B364 is #3F4C9B. Grayscale: #AEAEAE. Windows color (decimal): -4148380 or 6599616. OLE color: 6599616.

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

Color convert

RGB 192 179 100 -
CMYK 0 0.07 0.48 0.25
HSL 51.52º 0.42% 0.57% -
HSV(B) 51.52º 0.48% 0.75% -
XYZ 40.16 44.37 18.5 -
YUV 173.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 192 179 100 0 0.07 0.48 0.25 51.52 0.42 0.57
Hex C0 B3 64 0 7 30 19 34 2A 39
Octal 300 263 144 0 7 60 31 64 52 71
Binary 11000000 10110011 1100100 0 111 110000 11001 110100 101010 111001

Color Harmonies of #C0B364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B364

Black with #C0B364

Text Example


Text Example

White with #C0B364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B364; }

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

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

background-color css

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

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

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

border-color css

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

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

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