#CBB7B5

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

Shades of Cold Turkey #CBB7B5

Tints of Cold Turkey #CBB7B5

Color information

#CBB7B5 (or 0xCBB7B5) is unknown color: approx Cold Turkey. HEX triplet: CB, B7 and B5. RGB value is (203,183,181). Sum of RGB (Red+Green+Blue) = 203+183+181=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 183 (71.88% from 255 or 32.28% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7B5 is #34484A. Grayscale: #BCBCBC. Windows color (decimal): -3426379 or 11909067. OLE color: 11909067.

HSL color Cylindrical-coordinate representation of color #CBB7B5: hue angle of 5.45º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB7B5 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB203183181-
CMYK00.100.110.20
HSL5.45º17.46%75.29%-
HSV(B)5.45º10.84%79.61%-
XYZ49.949.950.72-
YUV188.75123.63138.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 183 (71.88% from 255) = 32.28%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=35.80%
G=32.28%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318318100.100.110.205.4517.4675.29
HexCBB7B50AB145114b
Octal3132672650121324521113
Binary11001011101101111011010101010101110100101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7B5; }

 p { color: rgb(203,183,181); }

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

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

 a { background-color: rgb(203,183,181); }

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

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

 span { border-color: rgb(203,183,181); }

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