#CBB4AF

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

Shades of Cold Turkey #CBB4AF

Tints of Cold Turkey #CBB4AF

Color information

#CBB4AF (or 0xCBB4AF) is unknown color: approx Cold Turkey. HEX triplet: CB, B4 and AF. RGB value is (203,180,175). Sum of RGB (Red+Green+Blue) = 203+180+175=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB4AF is #344B50. Grayscale: #BABABA. Windows color (decimal): -3427153 or 11515083. OLE color: 11515083.

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

Color convert

RGB203180175-
CMYK00.110.140.20
HSL10.71º21.21%74.12%-
HSV(B)10.71º13.79%79.61%-
XYZ48.6948.4347.34-
YUV186.31121.62139.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=36.38%
G=32.26%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318017500.110.140.2010.7121.2174.12
HexCBB4AF0BE14b154a
Octal31326425701316241325112
Binary110010111011010010101111010111110101001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4AF; }

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

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

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

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

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

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

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

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