#CFBABA

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

Shades of Cold Turkey #CFBABA

Tints of Cold Turkey #CFBABA

Color information

#CFBABA (or 0xCFBABA) is unknown color: approx Cold Turkey. HEX triplet: CF, BA and BA. RGB value is (207,186,186). Sum of RGB (Red+Green+Blue) = 207+186+186=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBABA is #304545. Grayscale: #C0C0C0. Windows color (decimal): -3163462 or 12237519. OLE color: 12237519.

HSL color Cylindrical-coordinate representation of color #CFBABA: hue angle of 0º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBABA is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207186186-
CMYK00.100.100.19
HSL17.95%77.06%-
HSV(B)10.14%81.18%-
XYZ52.1551.9353.73-
YUV192.28124.46138.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=35.75%
G=32.12%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718618600.100.100.19017.9577.06
HexCFBABA0AA130124d
Octal3172722720121223022115
Binary110011111011101010111010010101010100110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBABA; }

 p { color: rgb(207,186,186); }

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

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

 a { background-color: rgb(207,186,186); }

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

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

 span { border-color: rgb(207,186,186); }

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