#CBB1B1

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

Shades of Cold Turkey #CBB1B1

Tints of Cold Turkey #CBB1B1

Color information

#CBB1B1 (or 0xCBB1B1) is unknown color: approx Cold Turkey. HEX triplet: CB, B1 and B1. RGB value is (203,177,177). Sum of RGB (Red+Green+Blue) = 203+177+177=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB1B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB1B1 is #344E4E. Grayscale: #B8B8B8. Windows color (decimal): -3427919 or 11645387. OLE color: 11645387.

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

Color convert

RGB203177177-
CMYK00.130.130.20
HSL20%74.51%-
HSV(B)12.81%79.61%-
XYZ48.2947.3248.18-
YUV184.77123.61141-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=36.45%
G=31.78%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317717700.130.130.2002074.51
HexCBB1B10DD140144b
Octal3132612610151524024113
Binary110010111011000110110001011011101101000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1B1; }

 p { color: rgb(203,177,177); }

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

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

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

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

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

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

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