#CBB1AF

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

Shades of Cold Turkey #CBB1AF

Tints of Cold Turkey #CBB1AF

Color information

#CBB1AF (or 0xCBB1AF) is unknown color: approx Cold Turkey. HEX triplet: CB, B1 and AF. RGB value is (203,177,175). Sum of RGB (Red+Green+Blue) = 203+177+175=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB1AF is #344E50. Grayscale: #B8B8B8. Windows color (decimal): -3427921 or 11514315. OLE color: 11514315.

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

Color convert

RGB203177175-
CMYK00.130.140.20
HSL4.29º21.21%74.12%-
HSV(B)4.29º13.79%79.61%-
XYZ48.0947.2447.14-
YUV184.55122.61141.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=36.58%
G=31.89%
B=31.53%

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
Decimal20317717500.130.140.204.2921.2174.12
HexCBB1AF0DE144154a
Octal3132612570151624425112
Binary11001011101100011010111101101111010100100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1AF; }

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

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

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

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

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

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

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

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