Html Css Color HEX #C8B3AD Cold Turkey

📋 copy color: '#C8B3AD'

red 200 ◦ green 179 ◦ blue 173

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

Shades of Cold Turkey #C8B3AD

Tints of Cold Turkey #C8B3AD

RGB

 RED value IS 200 (78.52% from 255) = 36.23%

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

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

R = 36.23%
G = 32.43%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C8B3AD (or 0xC8B3AD) is known color: Cold Turkey. HEX triplet: C8, B3 and AD. RGB value is (200,179,173). Sum of RGB (Red+Green+Blue) = 200+179+173=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B3AD is #374C52. Grayscale: #B8B8B8. Windows color (decimal): -3624019 or 11383752. OLE color: 11383752.

HSL color Cylindrical-coordinate representation of color #C8B3AD: hue angle of 13.33º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8B3AD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 179 173 -
CMYK 0 0.10 0.14 0.22
HSL 13.33º 0.2% 0.73% -
HSV(B) 13.33º 0.14% 0.78% -
XYZ 47.48 47.54 46.21 -
YUV 184.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 200 179 173 0 0.10 0.14 0.22 13.33 0.2 0.73
Hex C8 B3 AD 0 A E 16 D 14 49
Octal 310 263 255 0 12 16 26 15 24 111
Binary 11001000 10110011 10101101 0 1010 1110 10110 1101 10100 1001001

Color Harmonies of #C8B3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B3AD

Black with #C8B3AD

Text Example


Text Example

White with #C8B3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B3AD; }

 p { color: rgb(200,179,173); }

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

background-color css

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

 a { background-color: rgb(200,179,173); }

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

border-color css

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

 span { border-color: rgb(200,179,173); }

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