Html Css Color HEX #C1B2AD Cold Turkey

📋 copy color: '#C1B2AD'

red 193 ◦ green 178 ◦ blue 173

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

Shades of Cold Turkey #C1B2AD

Tints of Cold Turkey #C1B2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.72%

 BLUE value IS 173 (67.97% from 255) = 31.8%

R = 35.48%
G = 32.72%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C1B2AD (or 0xC1B2AD) is known color: Cold Turkey. HEX triplet: C1, B2 and AD. RGB value is (193,178,173). Sum of RGB (Red+Green+Blue) = 193+178+173=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B2AD is #3E4D52. Grayscale: #B5B5B5. Windows color (decimal): -4083027 or 11383489. OLE color: 11383489.

HSL color Cylindrical-coordinate representation of color #C1B2AD: hue angle of 15º degrees, saturation: 0.14, 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 #C1B2AD is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 178 173 -
CMYK 0 0.08 0.10 0.24
HSL 15º 0.14% 0.72% -
HSV(B) 15º 0.1% 0.76% -
XYZ 45.46 46.2 46.06 -
YUV 181.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 193 178 173 0 0.08 0.10 0.24 15 0.14 0.72
Hex C1 B2 AD 0 8 A 18 F E 48
Octal 301 262 255 0 10 12 30 17 16 110
Binary 11000001 10110010 10101101 0 1000 1010 11000 1111 1110 1001000

Color Harmonies of #C1B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B2AD

Black with #C1B2AD

Text Example


Text Example

White with #C1B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B2AD; }

 p { color: rgb(193,178,173); }

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

background-color css

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

 a { background-color: rgb(193,178,173); }

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

border-color css

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

 span { border-color: rgb(193,178,173); }

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