Html Css Color HEX #C0B458 Gimblet

📋 copy color: '#C0B458'

red 192 ◦ green 180 ◦ blue 88

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

Shades of Gimblet #C0B458

Tints of Gimblet #C0B458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.13%

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

R = 41.74%
G = 39.13%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0B458 (or 0xC0B458) is known color: Gimblet. HEX triplet: C0, B4 and 58. RGB value is (192,180,88). Sum of RGB (Red+Green+Blue) = 192+180+88=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B458 is #3F4BA7. Grayscale: #ADADAD. Windows color (decimal): -4148136 or 5813440. OLE color: 5813440.

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

Color convert

RGB 192 180 88 -
CMYK 0 0.06 0.54 0.25
HSL 53.08º 0.45% 0.55% -
HSV(B) 53.08º 0.54% 0.75% -
XYZ 39.82 44.55 15.73 -
YUV 173.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 192 180 88 0 0.06 0.54 0.25 53.08 0.45 0.55
Hex C0 B4 58 0 6 36 19 35 2D 37
Octal 300 264 130 0 6 66 31 65 55 67
Binary 11000000 10110100 1011000 0 110 110110 11001 110101 101101 110111

Color Harmonies of #C0B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B458

Black with #C0B458

Text Example


Text Example

White with #C0B458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B458; }

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

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

background-color css

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

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

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

border-color css

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

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

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