Html Css Color HEX #C0B461 Gimblet

📋 copy color: '#C0B461'

red 192 ◦ green 180 ◦ blue 97

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

Shades of Gimblet #C0B461

Tints of Gimblet #C0B461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.68%

R = 40.94%
G = 38.38%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0B461 (or 0xC0B461) is known color: Gimblet. HEX triplet: C0, B4 and 61. RGB value is (192,180,97). Sum of RGB (Red+Green+Blue) = 192+180+97=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B461 is #3F4B9E. Grayscale: #AEAEAE. Windows color (decimal): -4148127 or 6403264. OLE color: 6403264.

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

Color convert

RGB 192 180 97 -
CMYK 0 0.06 0.49 0.25
HSL 52.42º 0.43% 0.57% -
HSV(B) 52.42º 0.49% 0.75% -
XYZ 40.22 44.71 17.82 -
YUV 174.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 192 180 97 0 0.06 0.49 0.25 52.42 0.43 0.57
Hex C0 B4 61 0 6 31 19 34 2B 39
Octal 300 264 141 0 6 61 31 64 53 71
Binary 11000000 10110100 1100001 0 110 110001 11001 110100 101011 111001

Color Harmonies of #C0B461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B461

Black with #C0B461

Text Example


Text Example

White with #C0B461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B461; }

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

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

background-color css

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

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

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

border-color css

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

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

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