#CBBBB7

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

Shades of Cold Turkey #CBBBB7

Tints of Cold Turkey #CBBBB7

Color information

#CBBBB7 (or 0xCBBBB7) is unknown color: approx Cold Turkey. HEX triplet: CB, BB and B7. RGB value is (203,187,183). Sum of RGB (Red+Green+Blue) = 203+187+183=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBB7 is #344448. Grayscale: #BFBFBF. Windows color (decimal): -3425353 or 12041163. OLE color: 12041163.

HSL color Cylindrical-coordinate representation of color #CBBBB7: hue angle of 12º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBBBB7 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB203187183-
CMYK00.080.100.20
HSL12º16.13%75.69%-
HSV(B)12º9.85%79.61%-
XYZ50.9551.6652.09-
YUV191.33123.3136.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 183 (71.88% from 255) = 31.94%
R=35.43%
G=32.64%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318718300.080.100.201216.1375.69
HexCBBBB708A14c104c
Octal31327326701012241420114
Binary110010111011101110110111010001010101001100100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBB7; }

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

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

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

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

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

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

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

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