#CBB3AF

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

Shades of Cold Turkey #CBB3AF

Tints of Cold Turkey #CBB3AF

Color information

#CBB3AF (or 0xCBB3AF) is unknown color: approx Cold Turkey. HEX triplet: CB, B3 and AF. RGB value is (203,179,175). Sum of RGB (Red+Green+Blue) = 203+179+175=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB3AF is #344C50. Grayscale: #B9B9B9. Windows color (decimal): -3427409 or 11514827. OLE color: 11514827.

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

Color convert

RGB203179175-
CMYK00.120.140.20
HSL8.57º21.21%74.12%-
HSV(B)8.57º13.79%79.61%-
XYZ48.4948.0347.27-
YUV185.72121.95140.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 179 (70.31% from 255) = 32.14%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=36.45%
G=32.14%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317917500.120.140.208.5721.2174.12
HexCBB3AF0CE149154a
Octal31326325701416241125112
Binary110010111011001110101111011001110101001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3AF; }

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

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

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

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

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

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

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

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