#CCB2AF

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

Shades of Cold Turkey #CCB2AF

Tints of Cold Turkey #CCB2AF

Color information

#CCB2AF (or 0xCCB2AF) is unknown color: approx Cold Turkey. HEX triplet: CC, B2 and AF. RGB value is (204,178,175). Sum of RGB (Red+Green+Blue) = 204+178+175=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AF is #334D50. Grayscale: #B9B9B9. Windows color (decimal): -3362129 or 11514572. OLE color: 11514572.

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

Color convert

RGB204178175-
CMYK00.130.140.2
HSL6.21º22.14%74.31%-
HSV(B)6.21º14.22%80%-
XYZ48.5647.7747.22-
YUV185.43122.11141.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=36.62%
G=31.96%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417817500.130.140.26.2122.1474.31
HexCCB2AF0DE146164a
Octal3142622570151624626112
Binary11001100101100101010111101101111010100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2AF; }

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

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

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

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

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

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

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

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