Html Css Color HEX #C0B060 Gimblet

📋 copy color: '#C0B060'

red 192 ◦ green 176 ◦ blue 96

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

Shades of Gimblet #C0B060

Tints of Gimblet #C0B060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.93%

 BLUE value IS 96 (37.89% from 255) = 20.69%

R = 41.38%
G = 37.93%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C0B060 (or 0xC0B060) is known color: Gimblet. HEX triplet: C0, B0 and 60. RGB value is (192,176,96). Sum of RGB (Red+Green+Blue) = 192+176+96=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B060 is #3F4F9F. Grayscale: #ACACAC. Windows color (decimal): -4149152 or 6336704. OLE color: 6336704.

HSL color Cylindrical-coordinate representation of color #C0B060: hue angle of 50º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0B060 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 176 96 -
CMYK 0 0.08 0.50 0.25
HSL 50º 0.43% 0.56% -
HSV(B) 50º 0.5% 0.75% -
XYZ 39.37 43.1 17.31 -
YUV 171.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 192 176 96 0 0.08 0.50 0.25 50 0.43 0.56
Hex C0 B0 60 0 8 32 19 32 2B 38
Octal 300 260 140 0 10 62 31 62 53 70
Binary 11000000 10110000 1100000 0 1000 110010 11001 110010 101011 111000

Color Harmonies of #C0B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B060

Black with #C0B060

Text Example


Text Example

White with #C0B060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B060; }

 p { color: rgb(192,176,96); }

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

background-color css

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

 a { background-color: rgb(192,176,96); }

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

border-color css

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

 span { border-color: rgb(192,176,96); }

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