#CBB1AC

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

Shades of Cold Turkey #CBB1AC

Tints of Cold Turkey #CBB1AC

Color information

#CBB1AC (or 0xCBB1AC) is unknown color: approx Cold Turkey. HEX triplet: CB, B1 and AC. RGB value is (203,177,172). Sum of RGB (Red+Green+Blue) = 203+177+172=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB1AC is #344E53. Grayscale: #B8B8B8. Windows color (decimal): -3427924 or 11317707. OLE color: 11317707.

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

Color convert

RGB203177172-
CMYK00.130.150.20
HSL9.68º22.96%73.53%-
HSV(B)9.68º15.27%79.61%-
XYZ47.847.1245.61-
YUV184.2121.11141.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=36.78%
G=32.07%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317717200.130.150.209.6822.9673.53
HexCBB1AC0DF14a174a
Octal31326125401517241227112
Binary110010111011000110101100011011111101001010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1AC; }

 p { color: rgb(203,177,172); }

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

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

 a { background-color: rgb(203,177,172); }

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

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

 span { border-color: rgb(203,177,172); }

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