#C8B4AF

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

Shades of Cold Turkey #C8B4AF

Tints of Cold Turkey #C8B4AF

Color information

#C8B4AF (or 0xC8B4AF) is unknown color: approx Cold Turkey. HEX triplet: C8, B4 and AF. RGB value is (200,180,175). Sum of RGB (Red+Green+Blue) = 200+180+175=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B4AF is #374B50. Grayscale: #B9B9B9. Windows color (decimal): -3623761 or 11515080. OLE color: 11515080.

HSL color Cylindrical-coordinate representation of color #C8B4AF: hue angle of 12º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B4AF is Cyan = 0, Magento = 0.1, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200180175-
CMYK00.10.120.22
HSL12º18.52%73.53%-
HSV(B)12º12.5%78.43%-
XYZ47.8848.0247.3-
YUV185.41122.13138.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.04%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=36.04%
G=32.43%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018017500.10.120.221218.5273.53
HexC8B4AF0AC16c134a
Octal31026425701214261423112
Binary110010001011010010101111010101100101101100100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4AF; }

 p { color: rgb(200,180,175); }

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

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

 a { background-color: rgb(200,180,175); }

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

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

 span { border-color: rgb(200,180,175); }

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