Html Css Color HEX #C0B359 Gimblet

📋 copy color: '#C0B359'

red 192 ◦ green 179 ◦ blue 89

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

Shades of Gimblet #C0B359

Tints of Gimblet #C0B359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.35%

R = 41.74%
G = 38.91%
B = 19.35%

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

#C0B359 (or 0xC0B359) is known color: Gimblet. HEX triplet: C0, B3 and 59. RGB value is (192,179,89). Sum of RGB (Red+Green+Blue) = 192+179+89=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B359 is #3F4CA6. Grayscale: #ACACAC. Windows color (decimal): -4148391 or 5878720. OLE color: 5878720.

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

Color convert

RGB 192 179 89 -
CMYK 0 0.07 0.54 0.25
HSL 52.43º 0.45% 0.55% -
HSV(B) 52.43º 0.54% 0.75% -
XYZ 39.66 44.17 15.89 -
YUV 172.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 192 179 89 0 0.07 0.54 0.25 52.43 0.45 0.55
Hex C0 B3 59 0 7 36 19 34 2D 37
Octal 300 263 131 0 7 66 31 64 55 67
Binary 11000000 10110011 1011001 0 111 110110 11001 110100 101101 110111

Color Harmonies of #C0B359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B359

Black with #C0B359

Text Example


Text Example

White with #C0B359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B359; }

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

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

background-color css

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

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

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

border-color css

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

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

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