Html Css Color HEX #C0B463 Gimblet

📋 copy color: '#C0B463'

red 192 ◦ green 180 ◦ blue 99

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

Shades of Gimblet #C0B463

Tints of Gimblet #C0B463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.02%

R = 40.76%
G = 38.22%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C0B463 (or 0xC0B463) is known color: Gimblet. HEX triplet: C0, B4 and 63. RGB value is (192,180,99). Sum of RGB (Red+Green+Blue) = 192+180+99=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B463 is #3F4B9C. Grayscale: #AEAEAE. Windows color (decimal): -4148125 or 6534336. OLE color: 6534336.

HSL color Cylindrical-coordinate representation of color #C0B463: hue angle of 52.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0B463 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 180 99 -
CMYK 0 0.06 0.48 0.25
HSL 52.26º 0.42% 0.57% -
HSV(B) 52.26º 0.48% 0.75% -
XYZ 40.31 44.75 18.32 -
YUV 174.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 192 180 99 0 0.06 0.48 0.25 52.26 0.42 0.57
Hex C0 B4 63 0 6 30 19 34 2A 39
Octal 300 264 143 0 6 60 31 64 52 71
Binary 11000000 10110100 1100011 0 110 110000 11001 110100 101010 111001

Color Harmonies of #C0B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B463

Black with #C0B463

Text Example


Text Example

White with #C0B463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B463; }

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

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

background-color css

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

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

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

border-color css

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

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

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