Html Css Color HEX #C0B35B Gimblet

📋 copy color: '#C0B35B'

red 192 ◦ green 179 ◦ blue 91

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

Shades of Gimblet #C0B35B

Tints of Gimblet #C0B35B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.74%

 BLUE value IS 91 (35.94% from 255) = 19.7%

R = 41.56%
G = 38.74%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0B35B (or 0xC0B35B) is known color: Gimblet. HEX triplet: C0, B3 and 5B. RGB value is (192,179,91). Sum of RGB (Red+Green+Blue) = 192+179+91=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B35B is #3F4CA4. Grayscale: #ADADAD. Windows color (decimal): -4148389 or 6009792. OLE color: 6009792.

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

Color convert

RGB 192 179 91 -
CMYK 0 0.07 0.53 0.25
HSL 52.28º 0.44% 0.55% -
HSV(B) 52.28º 0.53% 0.75% -
XYZ 39.75 44.2 16.33 -
YUV 172.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 192 179 91 0 0.07 0.53 0.25 52.28 0.44 0.55
Hex C0 B3 5B 0 7 35 19 34 2C 37
Octal 300 263 133 0 7 65 31 64 54 67
Binary 11000000 10110011 1011011 0 111 110101 11001 110100 101100 110111

Color Harmonies of #C0B35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B35B

Black with #C0B35B

Text Example


Text Example

White with #C0B35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B35B; }

 p { color: rgb(192,179,91); }

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

background-color css

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

 a { background-color: rgb(192,179,91); }

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

border-color css

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

 span { border-color: rgb(192,179,91); }

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