Html Css Color HEX #C4B1AB Cold Turkey

📋 copy color: '#C4B1AB'

red 196 ◦ green 177 ◦ blue 171

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

Shades of Cold Turkey #C4B1AB

Tints of Cold Turkey #C4B1AB

RGB

 RED value IS 196 (76.95% from 255) = 36.03%

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

 BLUE value IS 171 (67.19% from 255) = 31.43%

R = 36.03%
G = 32.54%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4B1AB (or 0xC4B1AB) is known color: Cold Turkey. HEX triplet: C4, B1 and AB. RGB value is (196,177,171). Sum of RGB (Red+Green+Blue) = 196+177+171=544 (72% of max value = 765). Red value is 196 (76.95% from 255 or 36.03% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B1AB is #3B4E54. Grayscale: #B6B6B6. Windows color (decimal): -3886677 or 11252164. OLE color: 11252164.

HSL color Cylindrical-coordinate representation of color #C4B1AB: hue angle of 14.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4B1AB is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 171 -
CMYK 0 0.10 0.13 0.23
HSL 14.4º 0.17% 0.72% -
HSV(B) 14.4º 0.13% 0.77% -
XYZ 45.84 46.12 45.01 -
YUV 182 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 196 177 171 0 0.10 0.13 0.23 14.4 0.17 0.72
Hex C4 B1 AB 0 A D 17 E 11 48
Octal 304 261 253 0 12 15 27 16 21 110
Binary 11000100 10110001 10101011 0 1010 1101 10111 1110 10001 1001000

Color Harmonies of #C4B1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B1AB

Black with #C4B1AB

Text Example


Text Example

White with #C4B1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B1AB; }

 p { color: rgb(196,177,171); }

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

background-color css

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

 a { background-color: rgb(196,177,171); }

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

border-color css

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

 span { border-color: rgb(196,177,171); }

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