Html Css Color HEX #C0B356 Gimblet

📋 copy color: '#C0B356'

red 192 ◦ green 179 ◦ blue 86

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

Shades of Gimblet #C0B356

Tints of Gimblet #C0B356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.82%

R = 42.01%
G = 39.17%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C0B356 (or 0xC0B356) is known color: Gimblet. HEX triplet: C0, B3 and 56. RGB value is (192,179,86). Sum of RGB (Red+Green+Blue) = 192+179+86=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B356 is #3F4CA9. Grayscale: #ACACAC. Windows color (decimal): -4148394 or 5682112. OLE color: 5682112.

HSL color Cylindrical-coordinate representation of color #C0B356: hue angle of 52.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0B356 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 86 -
CMYK 0 0.07 0.55 0.25
HSL 52.64º 0.46% 0.55% -
HSV(B) 52.64º 0.55% 0.75% -
XYZ 39.54 44.12 15.24 -
YUV 172.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 192 179 86 0 0.07 0.55 0.25 52.64 0.46 0.55
Hex C0 B3 56 0 7 37 19 35 2E 37
Octal 300 263 126 0 7 67 31 65 56 67
Binary 11000000 10110011 1010110 0 111 110111 11001 110101 101110 110111

Color Harmonies of #C0B356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B356

Black with #C0B356

Text Example


Text Example

White with #C0B356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B356; }

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

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

background-color css

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

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

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

border-color css

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

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

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