Html Css Color HEX #C0B75E Gimblet

📋 copy color: '#C0B75E'

red 192 ◦ green 183 ◦ blue 94

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

Shades of Gimblet #C0B75E

Tints of Gimblet #C0B75E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.02%

 BLUE value IS 94 (37.11% from 255) = 20.04%

R = 40.94%
G = 39.02%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0B75E (or 0xC0B75E) is known color: Gimblet. HEX triplet: C0, B7 and 5E. RGB value is (192,183,94). Sum of RGB (Red+Green+Blue) = 192+183+94=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B75E is #3F48A1. Grayscale: #AFAFAF. Windows color (decimal): -4147362 or 6207424. OLE color: 6207424.

HSL color Cylindrical-coordinate representation of color #C0B75E: hue angle of 54.49º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0B75E is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 94 -
CMYK 0 0.05 0.51 0.25
HSL 54.49º 0.44% 0.56% -
HSV(B) 54.49º 0.51% 0.75% -
XYZ 40.69 45.88 17.3 -
YUV 175.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 192 183 94 0 0.05 0.51 0.25 54.49 0.44 0.56
Hex C0 B7 5E 0 5 33 19 36 2C 38
Octal 300 267 136 0 5 63 31 66 54 70
Binary 11000000 10110111 1011110 0 101 110011 11001 110110 101100 111000

Color Harmonies of #C0B75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B75E

Black with #C0B75E

Text Example


Text Example

White with #C0B75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B75E; }

 p { color: rgb(192,183,94); }

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

background-color css

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

 a { background-color: rgb(192,183,94); }

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

border-color css

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

 span { border-color: rgb(192,183,94); }

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