Html Css Color HEX #C1B068 Gimblet

📋 copy color: '#C1B068'

red 193 ◦ green 176 ◦ blue 104

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

Shades of Gimblet #C1B068

Tints of Gimblet #C1B068

RGB

 RED value IS 193 (75.78% from 255) = 40.8%

 GREEN value IS 176 (69.14% from 255) = 37.21%

 BLUE value IS 104 (41.02% from 255) = 21.99%

R = 40.8%
G = 37.21%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C1B068 (or 0xC1B068) is known color: Gimblet. HEX triplet: C1, B0 and 68. RGB value is (193,176,104). Sum of RGB (Red+Green+Blue) = 193+176+104=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B068 is #3E4F97. Grayscale: #ADADAD. Windows color (decimal): -4083608 or 6860993. OLE color: 6860993.

HSL color Cylindrical-coordinate representation of color #C1B068: hue angle of 48.54º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1B068 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 176 104 -
CMYK 0 0.09 0.46 0.24
HSL 48.54º 0.42% 0.58% -
HSV(B) 48.54º 0.46% 0.76% -
XYZ 40.02 43.39 19.36 -
YUV 172.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 193 176 104 0 0.09 0.46 0.24 48.54 0.42 0.58
Hex C1 B0 68 0 9 2E 18 31 2A 3A
Octal 301 260 150 0 11 56 30 61 52 72
Binary 11000001 10110000 1101000 0 1001 101110 11000 110001 101010 111010

Color Harmonies of #C1B068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B068

Black with #C1B068

Text Example


Text Example

White with #C1B068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B068; }

 p { color: rgb(193,176,104); }

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

background-color css

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

 a { background-color: rgb(193,176,104); }

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

border-color css

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

 span { border-color: rgb(193,176,104); }

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