Html Css Color HEX #C0B358 Gimblet

📋 copy color: '#C0B358'

red 192 ◦ green 179 ◦ blue 88

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

Shades of Gimblet #C0B358

Tints of Gimblet #C0B358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.17%

R = 41.83%
G = 39%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0B358 (or 0xC0B358) is known color: Gimblet. HEX triplet: C0, B3 and 58. RGB value is (192,179,88). Sum of RGB (Red+Green+Blue) = 192+179+88=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B358 is #3F4CA7. Grayscale: #ACACAC. Windows color (decimal): -4148392 or 5813184. OLE color: 5813184.

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

Color convert

RGB 192 179 88 -
CMYK 0 0.07 0.54 0.25
HSL 52.5º 0.45% 0.55% -
HSV(B) 52.5º 0.54% 0.75% -
XYZ 39.62 44.15 15.67 -
YUV 172.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 192 179 88 0 0.07 0.54 0.25 52.5 0.45 0.55
Hex C0 B3 58 0 7 36 19 34 2D 37
Octal 300 263 130 0 7 66 31 64 55 67
Binary 11000000 10110011 1011000 0 111 110110 11001 110100 101101 110111

Color Harmonies of #C0B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B358

Black with #C0B358

Text Example


Text Example

White with #C0B358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B358; }

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

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

background-color css

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

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

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

border-color css

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

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

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