#CBB0AD

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

Shades of Cold Turkey #CBB0AD

Tints of Cold Turkey #CBB0AD

Color information

#CBB0AD (or 0xCBB0AD) is unknown color: approx Cold Turkey. HEX triplet: CB, B0 and AD. RGB value is (203,176,173). Sum of RGB (Red+Green+Blue) = 203+176+173=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB0AD is #344F52. Grayscale: #B7B7B7. Windows color (decimal): -3428179 or 11382987. OLE color: 11382987.

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

Color convert

RGB203176173-
CMYK00.130.150.20
HSL22.39%73.73%-
HSV(B)14.78%79.61%-
XYZ47.746.7646.05-
YUV183.73121.95141.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 176 (69.14% from 255) = 31.88%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=36.78%
G=31.88%
B=31.34%

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
Decimal20317617300.130.150.20622.3973.73
HexCBB0AD0DF146164a
Octal3132602550151724626112
Binary11001011101100001010110101101111110100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0AD; }

 p { color: rgb(203,176,173); }

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

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

 a { background-color: rgb(203,176,173); }

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

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

 span { border-color: rgb(203,176,173); }

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