#CBB3AD

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

Shades of Cold Turkey #CBB3AD

Tints of Cold Turkey #CBB3AD

Color information

#CBB3AD (or 0xCBB3AD) is unknown color: approx Cold Turkey. HEX triplet: CB, B3 and AD. RGB value is (203,179,173). Sum of RGB (Red+Green+Blue) = 203+179+173=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB3AD is #344C52. Grayscale: #B9B9B9. Windows color (decimal): -3427411 or 11383755. OLE color: 11383755.

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

Color convert

RGB203179173-
CMYK00.120.150.20
HSL12º22.39%73.73%-
HSV(B)12º14.78%79.61%-
XYZ48.2947.9546.25-
YUV185.49120.95140.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=36.58%
G=32.25%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317917300.120.150.201222.3973.73
HexCBB3AD0CF14c164a
Octal31326325501417241426112
Binary110010111011001110101101011001111101001100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3AD; }

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

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

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

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

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

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

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

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