Html Css Color HEX #C1B3AE Cold Turkey

📋 copy color: '#C1B3AE'

red 193 ◦ green 179 ◦ blue 174

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

Shades of Cold Turkey #C1B3AE

Tints of Cold Turkey #C1B3AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.87%

R = 35.35%
G = 32.78%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C1B3AE (or 0xC1B3AE) is known color: Cold Turkey. HEX triplet: C1, B3 and AE. RGB value is (193,179,174). Sum of RGB (Red+Green+Blue) = 193+179+174=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B3AE is #3E4C51. Grayscale: #B6B6B6. Windows color (decimal): -4082770 or 11449281. OLE color: 11449281.

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

Color convert

RGB 193 179 174 -
CMYK 0 0.07 0.10 0.24
HSL 15.79º 0.13% 0.72% -
HSV(B) 15.79º 0.1% 0.76% -
XYZ 45.75 46.63 46.63 -
YUV 182.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 193 179 174 0 0.07 0.10 0.24 15.79 0.13 0.72
Hex C1 B3 AE 0 7 A 18 10 D 48
Octal 301 263 256 0 7 12 30 20 15 110
Binary 11000001 10110011 10101110 0 111 1010 11000 10000 1101 1001000

Color Harmonies of #C1B3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B3AE

Black with #C1B3AE

Text Example


Text Example

White with #C1B3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B3AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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