Html Css Color HEX #C0B15E Gimblet

📋 copy color: '#C0B15E'

red 192 ◦ green 177 ◦ blue 94

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

Shades of Gimblet #C0B15E

Tints of Gimblet #C0B15E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

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

R = 41.47%
G = 38.23%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0B15E (or 0xC0B15E) is known color: Gimblet. HEX triplet: C0, B1 and 5E. RGB value is (192,177,94). Sum of RGB (Red+Green+Blue) = 192+177+94=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B15E is #3F4EA1. Grayscale: #ACACAC. Windows color (decimal): -4148898 or 6205888. OLE color: 6205888.

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

Color convert

RGB 192 177 94 -
CMYK 0 0.08 0.51 0.25
HSL 50.82º 0.44% 0.56% -
HSV(B) 50.82º 0.51% 0.75% -
XYZ 39.48 43.46 16.9 -
YUV 172.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 192 177 94 0 0.08 0.51 0.25 50.82 0.44 0.56
Hex C0 B1 5E 0 8 33 19 33 2C 38
Octal 300 261 136 0 10 63 31 63 54 70
Binary 11000000 10110001 1011110 0 1000 110011 11001 110011 101100 111000

Color Harmonies of #C0B15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B15E

Black with #C0B15E

Text Example


Text Example

White with #C0B15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B15E; }

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

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

background-color css

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

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

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

border-color css

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

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

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