Html Css Color HEX #C0B15F Gimblet

📋 copy color: '#C0B15F'

red 192 ◦ green 177 ◦ blue 95

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

Shades of Gimblet #C0B15F

Tints of Gimblet #C0B15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.47%

R = 41.38%
G = 38.15%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0B15F (or 0xC0B15F) is known color: Gimblet. HEX triplet: C0, B1 and 5F. RGB value is (192,177,95). Sum of RGB (Red+Green+Blue) = 192+177+95=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B15F is #3F4EA0. Grayscale: #ACACAC. Windows color (decimal): -4148897 or 6271424. OLE color: 6271424.

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

Color convert

RGB 192 177 95 -
CMYK 0 0.08 0.51 0.25
HSL 50.72º 0.43% 0.56% -
HSV(B) 50.72º 0.51% 0.75% -
XYZ 39.53 43.48 17.14 -
YUV 172.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 192 177 95 0 0.08 0.51 0.25 50.72 0.43 0.56
Hex C0 B1 5F 0 8 33 19 33 2B 38
Octal 300 261 137 0 10 63 31 63 53 70
Binary 11000000 10110001 1011111 0 1000 110011 11001 110011 101011 111000

Color Harmonies of #C0B15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B15F

Black with #C0B15F

Text Example


Text Example

White with #C0B15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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