#CBB1AE

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

Shades of Cold Turkey #CBB1AE

Tints of Cold Turkey #CBB1AE

Color information

#CBB1AE (or 0xCBB1AE) is unknown color: approx Cold Turkey. HEX triplet: CB, B1 and AE. RGB value is (203,177,174). Sum of RGB (Red+Green+Blue) = 203+177+174=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB1AE is #344E51. Grayscale: #B8B8B8. Windows color (decimal): -3427922 or 11448779. OLE color: 11448779.

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

Color convert

RGB203177174-
CMYK00.130.140.20
HSL6.21º21.8%73.92%-
HSV(B)6.21º14.29%79.61%-
XYZ47.9947.246.62-
YUV184.43122.11141.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.64%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=36.64%
G=31.95%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317717400.130.140.206.2121.873.92
HexCBB1AE0DE146164a
Octal3132612560151624626112
Binary11001011101100011010111001101111010100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1AE; }

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

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

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

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

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

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

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

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