#CCB1AF

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

Shades of Cold Turkey #CCB1AF

Tints of Cold Turkey #CCB1AF

Color information

#CCB1AF (or 0xCCB1AF) is unknown color: approx Cold Turkey. HEX triplet: CC, B1 and AF. RGB value is (204,177,175). Sum of RGB (Red+Green+Blue) = 204+177+175=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB1AF is #334E50. Grayscale: #B8B8B8. Windows color (decimal): -3362385 or 11514316. OLE color: 11514316.

HSL color Cylindrical-coordinate representation of color #CCB1AF: hue angle of 4.14º 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 #CCB1AF is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB204177175-
CMYK00.130.140.2
HSL4.14º22.14%74.31%-
HSV(B)4.14º14.22%80%-
XYZ48.3647.3847.15-
YUV184.84122.45141.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=36.69%
G=31.83%
B=31.47%

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
Decimal20417717500.130.140.24.1422.1474.31
HexCCB1AF0DE144164a
Octal3142612570151624426112
Binary11001100101100011010111101101111010100100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1AF; }

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

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

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

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

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

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

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

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