#C8B2AF

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

Shades of Cold Turkey #C8B2AF

Tints of Cold Turkey #C8B2AF

Color information

#C8B2AF (or 0xC8B2AF) is unknown color: approx Cold Turkey. HEX triplet: C8, B2 and AF. RGB value is (200,178,175). Sum of RGB (Red+Green+Blue) = 200+178+175=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B2AF is #374D50. Grayscale: #B8B8B8. Windows color (decimal): -3624273 or 11514568. OLE color: 11514568.

HSL color Cylindrical-coordinate representation of color #C8B2AF: hue angle of 7.2º 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 #C8B2AF is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200178175-
CMYK00.110.120.22
HSL7.2º18.52%73.53%-
HSV(B)7.2º12.5%78.43%-
XYZ47.4847.2247.17-
YUV184.24122.79139.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.17%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 175 (68.75% from 255) = 31.65%
R=36.17%
G=32.19%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017817500.110.120.227.218.5273.53
HexC8B2AF0BC167134a
Octal3102622570131426723112
Binary11001000101100101010111101011110010110111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B2AF; }

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

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

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

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

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

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

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

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