Html Css Color HEX #C0B15A Gimblet

📋 copy color: '#C0B15A'

red 192 ◦ green 177 ◦ blue 90

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

Shades of Gimblet #C0B15A

Tints of Gimblet #C0B15A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 41.83%
G = 38.56%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0B15A (or 0xC0B15A) is known color: Gimblet. HEX triplet: C0, B1 and 5A. RGB value is (192,177,90). Sum of RGB (Red+Green+Blue) = 192+177+90=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B15A is #3F4EA5. Grayscale: #ABABAB. Windows color (decimal): -4148902 or 5943744. OLE color: 5943744.

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

Color convert

RGB 192 177 90 -
CMYK 0 0.08 0.53 0.25
HSL 51.18º 0.45% 0.55% -
HSV(B) 51.18º 0.53% 0.75% -
XYZ 39.31 43.39 15.98 -
YUV 171.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 192 177 90 0 0.08 0.53 0.25 51.18 0.45 0.55
Hex C0 B1 5A 0 8 35 19 33 2D 37
Octal 300 261 132 0 10 65 31 63 55 67
Binary 11000000 10110001 1011010 0 1000 110101 11001 110011 101101 110111

Color Harmonies of #C0B15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B15A

Black with #C0B15A

Text Example


Text Example

White with #C0B15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B15A; }

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

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

background-color css

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

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

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

border-color css

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

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

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