#C1B3AF

Color #C1B3AF Cold Turkey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Turkey #C1B3AF

Tints of Cold Turkey #C1B3AF

Color information

#C1B3AF (or 0xC1B3AF) is unknown color: approx Cold Turkey. HEX triplet: C1, B3 and AF. RGB value is (193,179,175). Sum of RGB (Red+Green+Blue) = 193+179+175=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B3AF is #3E4C50. Grayscale: #B6B6B6. Windows color (decimal): -4082769 or 11514817. OLE color: 11514817.

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

Color convert

RGB193179175-
CMYK00.070.090.24
HSL13.33º12.68%72.16%-
HSV(B)13.33º9.33%75.69%-
XYZ45.8546.6747.15-
YUV182.73123.64135.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.28%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=35.28%
G=32.72%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317917500.070.090.2413.3312.6872.16
HexC1B3AF07918dd48
Octal3012632570711301515110
Binary1100000110110011101011110111100111000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B3AF; }

 p { color: rgb(193,179,175); }

 H1.HeaderClassName
 {
   color: #C1B3AF;
 }
 .AnyTagClassName
 {
   color: #C1B3AF;
 }
</style>
background-color css

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

 a { background-color: rgb(193,179,175); }

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

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

 span { border-color: rgb(193,179,175); }

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