#CCB3AF

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

Shades of Cold Turkey #CCB3AF

Tints of Cold Turkey #CCB3AF

Color information

#CCB3AF (or 0xCCB3AF) is unknown color: approx Cold Turkey. HEX triplet: CC, B3 and AF. RGB value is (204,179,175). Sum of RGB (Red+Green+Blue) = 204+179+175=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3AF is #334C50. Grayscale: #BABABA. Windows color (decimal): -3361873 or 11514828. OLE color: 11514828.

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

Color convert

RGB204179175-
CMYK00.120.140.2
HSL8.28º22.14%74.31%-
HSV(B)8.28º14.22%80%-
XYZ48.7648.1747.29-
YUV186.02121.78140.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 179 (70.31% from 255) = 32.08%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=36.56%
G=32.08%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417917500.120.140.28.2822.1474.31
HexCCB3AF0CE148164a
Octal31426325701416241026112
Binary110011001011001110101111011001110101001000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3AF; }

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

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

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

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

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

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

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

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