#C8AFAE

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

Shades of Cold Turkey #C8AFAE

Tints of Cold Turkey #C8AFAE

Color information

#C8AFAE (or 0xC8AFAE) is unknown color: approx Cold Turkey. HEX triplet: C8, AF and AE. RGB value is (200,175,174). Sum of RGB (Red+Green+Blue) = 200+175+174=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AFAE is #375051. Grayscale: #B6B6B6. Windows color (decimal): -3625042 or 11448264. OLE color: 11448264.

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

Color convert

RGB200175174-
CMYK00.120.130.22
HSL2.31º19.12%73.33%-
HSV(B)2.31º13%78.43%-
XYZ46.794646.46-
YUV182.36123.28140.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.43%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=36.43%
G=31.88%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017517400.120.130.222.3119.1273.33
HexC8AFAE0CD1621349
Octal3102572560141526223111
Binary1100100010101111101011100110011011011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFAE; }

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

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

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

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

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

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

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

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